+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
# 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