(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.
This commit is contained in:
Eli Zaretskii 2008-04-11 18:59:13 +00:00
parent 7f9020f1a2
commit 4cbb903fcb
2 changed files with 8 additions and 2 deletions

View 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.

View file

@ -29,7 +29,7 @@ CLIENTRES = $(BLD)/emacsclient.res
XMFLAGS =
ALL = addpm ddeclient runemacs cmdproxy addsection preprep $(CLIENTRES)
ALL = addpm ddeclient runemacs cmdproxy addsection preprep
.PHONY: $(ALL)
@ -86,7 +86,7 @@ $(BLD)/addpm.$(O) $(BLD)/ddeclient.$(O) $(BLD)/runemacs.$(O) $(BLD)/cmdproxy.$(O
#
# Build emacs
#
all: which-sh stamp_BLD $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE)
all: which-sh stamp_BLD $(ALL) $(CLIENTRES) maybe-bootstrap all-other-dirs-$(MAKETYPE)
all-other-dirs-nmake: addsection
cd ..\lib-src