# HG changeset patch # User Juanma Barranquero # Date 1170887529 0 # Node ID 1e03c5a4215f7058ef93e1fed391ae6cd1c0defe # Parent 8bfa58061d79613b6b160119acbd0961cbd86a0e ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). diff -r 8bfa58061d79 -r 1e03c5a4215f src/makefile.w32-in --- a/src/makefile.w32-in Wed Feb 07 21:57:04 2007 +0000 +++ b/src/makefile.w32-in Wed Feb 07 22:32:09 2007 +0000 @@ -211,7 +211,7 @@ # 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