diff options
| author | Eli Zaretskii | 2012-07-29 18:53:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-29 18:53:31 +0300 |
| commit | 8519232d51327515d031273376410441fc5d0280 (patch) | |
| tree | 488611f128e8b1978e68c462bac77df5a67cbbbb /lib-src | |
| parent | 55a6cca64fe00c54a4c880f404dcb362f555034e (diff) | |
| download | emacs-8519232d51327515d031273376410441fc5d0280.tar.gz emacs-8519232d51327515d031273376410441fc5d0280.zip | |
Fix parallel builds on Windows in lib-src.
lib-src/makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f4d2b50a00..3a5c80db356 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. | ||
| 4 | |||
| 1 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * movemail.c: Add missing 'defined'. | 7 | * movemail.c: Add missing 'defined'. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ba76c6df93f..65e2f7cae25 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -467,4 +467,4 @@ $(BLD)/test-distrib.$(O) $(MOVEMAILOBJS): stamp_BLD | |||
| 467 | 467 | ||
| 468 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD | 468 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD |
| 469 | 469 | ||
| 470 | $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD | 470 | $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O) $(BLD)/profile.$(O): stamp_BLD |