From f3d5bd22175e9231c7e43b886d6a56eacd92205c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Feb 2007 18:41:51 +0000 Subject: [PATCH] ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD). --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 477da11c278..aaca91fbad8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-02-07 Eli Zaretskii + + * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is + put into $(BLD). + 2007-02-06 Chong Yidong * 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: # 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) # -- 2.39.2