(WINS_ALMOST): Remove term.
authorJason Rumney <jasonr@gnu.org>
Sat, 23 Feb 2008 00:17:28 +0000 (00:17 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 23 Feb 2008 00:17:28 +0000 (00:17 +0000)
(WINS): Add term here.
(custom-deps, finder-data): Use WINS_ALMOST.

lisp/ChangeLog
lisp/makefile.w32-in

index e62dbf6..f7a17f1 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-23  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (WINS_ALMOST): Remove term.
+       (WINS): Add term here.
+       (custom-deps, finder-data): Use WINS_ALMOST.
+       
 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
 
        * faces.el (font-weight-table): Fix value of `semi-light'.
index 3fde5aa..205c29c 100644 (file)
@@ -93,11 +93,11 @@ WINS_ALMOST=\
        nxml \
        play \
        progmodes \
-       term \
        textmodes \
        url
 
 WINS= $(WINS_ALMOST) \
+       term \
        obsolete
 
 doit:
@@ -107,12 +107,12 @@ $(lisp)/cus-load.el:
 # 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)