lib/makefile.w32-in: Fix dependencies for a parallel build.
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Jan 2012 18:33:36 +0000 (20:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Jan 2012 18:33:36 +0000 (20:33 +0200)
 lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
 $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
 with "make -j3".

ChangeLog
lib/makefile.w32-in

index e33acde..6a085fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
+       $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
+       with "make -j3".
+
 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * .bzrignore: Ignore etc/__pycache__.
index d530425..ccc0cf6 100644 (file)
@@ -155,6 +155,7 @@ $(BLD)/filemode.$(O) : \
 #
 $(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD
 $(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD
+$(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O): stamp_BLD
 $(BLD)/filemode.$(O): stamp_BLD
 
 #