(all): ...to here. $(ALL) is a prerequisite of .PHONY, so having a real file
there is not a good idea.
+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.
\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
#\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