diff options
| author | Eli Zaretskii | 2007-02-07 18:41:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-02-07 18:41:51 +0000 |
| commit | f3d5bd22175e9231c7e43b886d6a56eacd92205c (patch) | |
| tree | e1dcfa5303b8d6422224b6cbf6552e1c6cbe914a /src | |
| parent | a3ee90d98c9ea11877df683a39d394af97e7dfae (diff) | |
| download | emacs-f3d5bd22175e9231c7e43b886d6a56eacd92205c.tar.gz emacs-f3d5bd22175e9231c7e43b886d6a56eacd92205c.zip | |
($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 477da11c278..aaca91fbad8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-02-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is | ||
| 4 | put into $(BLD). | ||
| 5 | |||
| 1 | 2007-02-06 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-02-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * frame.c (Fmodify_frame_parameters): Don't bind | 8 | * frame.c (Fmodify_frame_parameters): Don't bind |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index c796a52fe2c..9f5783c2ab3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -210,7 +210,7 @@ bootstrap-clean: | |||
| 210 | # The resource file. NT 3.10 requires the use of cvtres; even though | 210 | # The resource file. NT 3.10 requires the use of cvtres; even though |
| 211 | # it is not necessary on later versions, it is still ok to use it. | 211 | # it is not necessary on later versions, it is still ok to use it. |
| 212 | # | 212 | # |
| 213 | $(TRES): ../nt/emacs.rc | 213 | $(TRES): ../nt/emacs.rc stamp_BLD |
| 214 | $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) | 214 | $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) |
| 215 | 215 | ||
| 216 | # | 216 | # |