From: Eli Zaretskii Date: Mon, 30 Jan 2012 18:33:36 +0000 (+0200) Subject: lib/makefile.w32-in: Fix dependencies for a parallel build. X-Git-Tag: emacs-pretest-24.0.94~382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a26ec89753558ccfe979cc7fe518b4f81f9818a;p=emacs.git lib/makefile.w32-in: Fix dependencies for a parallel build. lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure with "make -j3". --- diff --git a/ChangeLog b/ChangeLog index e33acde4239..6a085fbba9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-30 Eli Zaretskii + + * 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 * .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 #