From: Juanma Barranquero Date: Wed, 7 Feb 2007 22:34:11 +0000 (+0000) Subject: ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). X-Git-Tag: emacs-pretest-22.0.94~352 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b57a7fde4084709d4e106f486370304515b5ffb;p=emacs.git ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). --- diff --git a/src/ChangeLog b/src/ChangeLog index aaca91fbad8..0d8c061141e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-02-07 Juanma Barranquero + + * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead + of $(ALL_DEPS). + 2007-02-07 Eli Zaretskii * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9f5783c2ab3..4dad03f4c0c 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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