diff options
| author | Eli Zaretskii | 2012-01-30 20:33:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-30 20:33:36 +0200 |
| commit | 5a26ec89753558ccfe979cc7fe518b4f81f9818a (patch) | |
| tree | 6e148074e732d14e9d0e2db9ad1a35e625c238be | |
| parent | d570ce1cedb1e7575133a1a1927b87f3aaee24d1 (diff) | |
| download | emacs-5a26ec89753558ccfe979cc7fe518b4f81f9818a.tar.gz emacs-5a26ec89753558ccfe979cc7fe518b4f81f9818a.zip | |
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".
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | lib/makefile.w32-in | 1 |
2 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O) | ||
| 4 | $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure | ||
| 5 | with "make -j3". | ||
| 6 | |||
| 1 | 2012-01-16 Juanma Barranquero <lekktu@gmail.com> | 7 | 2012-01-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * .bzrignore: Ignore etc/__pycache__. | 9 | * .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) : \ | |||
| 155 | # | 155 | # |
| 156 | $(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD | 156 | $(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD |
| 157 | $(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD | 157 | $(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD |
| 158 | $(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O): stamp_BLD | ||
| 158 | $(BLD)/filemode.$(O): stamp_BLD | 159 | $(BLD)/filemode.$(O): stamp_BLD |
| 159 | 160 | ||
| 160 | # | 161 | # |