changeset 80500:82cbd6e365cf

(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.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 11 Apr 2008 18:58:47 +0000
parents 0681f498ce1a
children 9699ee3d1437
files nt/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.w32-in	Fri Apr 11 17:50:56 2008 +0000
+++ b/nt/makefile.w32-in	Fri Apr 11 18:58:47 2008 +0000
@@ -29,7 +29,7 @@
 
 XMFLAGS		=
 
-ALL		= addpm ddeclient runemacs cmdproxy addsection preprep $(CLIENTRES)
+ALL		= addpm ddeclient runemacs cmdproxy addsection preprep
 
 .PHONY: $(ALL)
 
@@ -86,7 +86,7 @@
 #
 # 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