1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).

This commit is contained in:
Eli Zaretskii 2007-02-07 18:41:51 +00:00
parent a3ee90d98c
commit f3d5bd2217
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-02-07 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
put into $(BLD).
2007-02-06 Chong Yidong <cyd@stupidchicken.com>
* frame.c (Fmodify_frame_parameters): Don't bind

View File

@ -210,7 +210,7 @@ bootstrap-clean:
# The resource file. NT 3.10 requires the use of cvtres; even though
# it is not necessary on later versions, it is still ok to use it.
#
$(TRES): ../nt/emacs.rc
$(TRES): ../nt/emacs.rc stamp_BLD
$(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
#