Fix parallel builds on Windows in lib-src.
lib-src/makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
This commit is contained in:
parent
55a6cca64f
commit
8519232d51
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
|
||||
|
||||
2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* movemail.c: Add missing 'defined'.
|
||||
|
|
|
@ -467,4 +467,4 @@ $(BLD)/test-distrib.$(O) $(MOVEMAILOBJS): stamp_BLD
|
|||
|
||||
$(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD
|
||||
|
||||
$(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD
|
||||
$(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O) $(BLD)/profile.$(O): stamp_BLD
|
||||
|
|
Loading…
Add table
Reference in a new issue