# HG changeset patch # User Jason Rumney # Date 1203725798 0 # Node ID 870169dbaee1a54adb7555d0710a8f81a17b15ae # Parent d36aefd8b7daf177693ea5fd081a642bb1885b6d (WINS_ALMOST): Remove term. (WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST. diff -r d36aefd8b7da -r 870169dbaee1 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Feb 22 23:37:23 2008 +0000 +++ b/lisp/makefile.w32-in Sat Feb 23 00:16:38 2008 +0000 @@ -93,11 +93,11 @@ nxml \ play \ progmodes \ - term \ textmodes \ url WINS= $(WINS_ALMOST) \ + term \ obsolete doit: @@ -107,12 +107,12 @@ # 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)