diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-02-23 00:17:28 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-02-23 00:17:28 +0000 |
commit | cba3dac5b546fa81c60f1585e58bbbef98020b0c (patch) | |
tree | 70f0e3e6b24068df1eb449f76cd0ca9c302b415f /lisp/makefile.w32-in | |
parent | 986845aff72be6996062f23ac09adda0f743b3c3 (diff) | |
download | emacs-cba3dac5b546fa81c60f1585e58bbbef98020b0c.tar.gz |
(WINS_ALMOST): Remove term.
(WINS): Add term here.
(custom-deps, finder-data): Use WINS_ALMOST.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 10 |
1 files changed, 5 insertions, 5 deletions
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) |