From cba3dac5b546fa81c60f1585e58bbbef98020b0c Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 23 Feb 2008 00:17:28 +0000 Subject: [PATCH] (WINS_ALMOST): Remove term. (WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST. --- lisp/ChangeLog | 6 ++++++ lisp/makefile.w32-in | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e62dbf6f15c..f7a17f14a52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-02-23 Jason Rumney + + * makefile.w32-in (WINS_ALMOST): Remove term. + (WINS): Add term here. + (custom-deps, finder-data): Use WINS_ALMOST. + 2008-02-22 Juanma Barranquero * faces.el (font-weight-table): Fix value of `semi-light'. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 3fde5aa8ef6..205c29cb669 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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) -- 2.39.5