Mercurial > emacs
changeset 75717:1e03c5a4215f
($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 07 Feb 2007 22:32:09 +0000 |
parents | 8bfa58061d79 |
children | 6d4adbc3cfc3 |
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 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