diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-01-30 20:33:36 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-01-30 20:33:36 +0200 |
commit | 5a26ec89753558ccfe979cc7fe518b4f81f9818a (patch) | |
tree | 6e148074e732d14e9d0e2db9ad1a35e625c238be /lib/makefile.w32-in | |
parent | d570ce1cedb1e7575133a1a1927b87f3aaee24d1 (diff) | |
download | emacs-5a26ec89753558ccfe979cc7fe518b4f81f9818a.tar.gz |
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".
Diffstat (limited to 'lib/makefile.w32-in')
-rw-r--r-- | lib/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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 # |