From 5a26ec89753558ccfe979cc7fe518b4f81f9818a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 30 Jan 2012 20:33:36 +0200 Subject: [PATCH] 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". --- ChangeLog | 6 ++++++ lib/makefile.w32-in | 1 + 2 files changed, 7 insertions(+) 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 # -- 2.39.2