diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-02-07 22:34:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-02-07 22:34:11 +0000 |
commit | 8b57a7fde4084709d4e106f486370304515b5ffb (patch) | |
tree | 767791b054927d2cf81396e210e123dca3b1d9c0 /src/makefile.w32-in | |
parent | f7ddc2ce5af43ae2c9ef5621d5c72ddd737fd6ff (diff) | |
download | emacs-8b57a7fde4084709d4e106f486370304515b5ffb.tar.gz |
($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |