]> git.eshelyaron.com Git - emacs.git/commitdiff
(ALL): Move $(CLIENTRES) from here...
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Apr 2008 18:59:13 +0000 (18:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Apr 2008 18:59:13 +0000 (18:59 +0000)
(all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having a real file
there is not a good idea.

nt/ChangeLog
nt/makefile.w32-in

index 6aea7bdc112a2327d7365e1bfe4eb7c8a4373e92..b2c31b303c1afd13ff90e3cba04347ca9c9d7b3c 100644 (file)
@@ -1,3 +1,9 @@
+2008-04-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
+       (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
+       a real file there is not a good idea.
+
 2008-04-10  Jason Rumney  <jasonr@gnu.org>
 
        * emacsclient.rc: New file.
index aef71cfddd948674a4bba865fe34997a7a28b851..e9ffd8f5832de1d5ebac9f0223bbe950151b7450 100644 (file)
@@ -29,7 +29,7 @@ CLIENTRES     = $(BLD)/emacsclient.res
 \r
 XMFLAGS                =\r
 \r
-ALL            = addpm ddeclient runemacs cmdproxy addsection preprep $(CLIENTRES)\r
+ALL            = addpm ddeclient runemacs cmdproxy addsection preprep\r
 \r
 .PHONY: $(ALL)\r
 \r
@@ -86,7 +86,7 @@ $(BLD)/addpm.$(O) $(BLD)/ddeclient.$(O) $(BLD)/runemacs.$(O) $(BLD)/cmdproxy.$(O
 #\r
 # Build emacs\r
 #\r
-all:   which-sh stamp_BLD $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE)\r
+all:   which-sh stamp_BLD $(ALL) $(CLIENTRES) maybe-bootstrap all-other-dirs-$(MAKETYPE)\r
 \r
 all-other-dirs-nmake: addsection\r
        cd ..\lib-src\r