changeset 75710:0de586e9024e

($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Feb 2007 18:39:45 +0000
parents 75ea46f62d74
children 85ba4c3b83d5
files src/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Wed Feb 07 17:08:36 2007 +0000
+++ b/src/makefile.w32-in	Wed Feb 07 18:39:45 2007 +0000
@@ -210,7 +210,7 @@
 # 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)
 
 #