diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/makefile.w32-in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e33acde4239..6a085fbba9b 100644 --- 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__. diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index d5304258879..ccc0cf6a595 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -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 # |