From: Jason Rumney Date: Sat, 23 Feb 2008 00:17:28 +0000 (+0000) Subject: (WINS_ALMOST): Remove term. X-Git-Tag: emacs-pretest-23.0.90~7734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cba3dac5b546fa81c60f1585e58bbbef98020b0c;p=emacs.git (WINS_ALMOST): Remove term. (WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST. --- 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)