($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 7 Feb 2007 22:34:11 +0000 (22:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 7 Feb 2007 22:34:11 +0000 (22:34 +0000)
src/ChangeLog
src/makefile.w32-in

index aaca91f..0d8c061 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
+       of $(ALL_DEPS).
+
 2007-02-07  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
index 9f5783c..4dad03f 100644 (file)
@@ -211,7 +211,7 @@ bootstrap-clean:
 # it is not necessary on later versions, it is still ok to use it.
 #
 $(TRES): ../nt/emacs.rc stamp_BLD
-       $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
+       $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
 
 #
 # Build the library.  Split up the build into two phases...otherwise we