changeset 92117:870169dbaee1

(WINS_ALMOST): Remove term. (WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST.
author Jason Rumney <jasonr@gnu.org>
date Sat, 23 Feb 2008 00:16:38 +0000
parents d36aefd8b7da
children b311c7b12856
files lisp/makefile.w32-in
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Fri Feb 22 23:37:23 2008 +0000
+++ b/lisp/makefile.w32-in	Sat Feb 23 00:16:38 2008 +0000
@@ -93,11 +93,11 @@
 	nxml \
 	play \
 	progmodes \
-	term \
 	textmodes \
 	url
 
 WINS= $(WINS_ALMOST) \
+	term \
 	obsolete
 
 doit:
@@ -107,12 +107,12 @@
 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
 #          this can break with GNU Make 3.81 and later if sh.exe is used.
 custom-deps: $(lisp)/cus-load.el $(lisp)/loaddefs.el doit
-	@echo Directories: $(WINS)
-	-$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS)
+	@echo Directories: $(WINS_ALMOST)
+	-$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS_ALMOST)
 
 finder-data: $(lisp)/loaddefs.el doit
-	@echo Directories: $(WINS)
-	$(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS)
+	@echo Directories: $(WINS_ALMOST)
+	$(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS_ALMOST)
 
 $(lisp)/loaddefs.el:
 	$(MAKE) $(MFLAGS) loaddefs.el-$(SHELLTYPE)