aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-07 22:34:11 +0000
committerJuanma Barranquero2007-02-07 22:34:11 +0000
commit8b57a7fde4084709d4e106f486370304515b5ffb (patch)
tree767791b054927d2cf81396e210e123dca3b1d9c0 /src
parentf7ddc2ce5af43ae2c9ef5621d5c72ddd737fd6ff (diff)
downloademacs-8b57a7fde4084709d4e106f486370304515b5ffb.tar.gz
emacs-8b57a7fde4084709d4e106f486370304515b5ffb.zip
($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aaca91fbad8..0d8c061141e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-02-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
4 of $(ALL_DEPS).
5
12007-02-07 Eli Zaretskii <eliz@gnu.org> 62007-02-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is 8 * 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:
211# it is not necessary on later versions, it is still ok to use it. 211# it is not necessary on later versions, it is still ok to use it.
212# 212#
213$(TRES): ../nt/emacs.rc stamp_BLD 213$(TRES): ../nt/emacs.rc stamp_BLD
214 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) 214 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
215 215
216# 216#
217# Build the library. Split up the build into two phases...otherwise we 217# Build the library. Split up the build into two phases...otherwise we