+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'.
nxml \
play \
progmodes \
- term \
textmodes \
url
WINS= $(WINS_ALMOST) \
+ term \
obsolete
doit:
# 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)