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".
This commit is contained in:
parent
d570ce1ced
commit
5a26ec8975
2 changed files with 7 additions and 0 deletions
|
@ -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__.
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue