# HG changeset patch # User Eli Zaretskii # Date 1169825296 0 # Node ID fc72911206ac36da0b4fa6305eceaa274d3eb4f5 # Parent e6877c92054d768d84e66c09ddc1be0cbd763e07 (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el. diff -r e6877c92054d -r fc72911206ac lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Jan 26 08:36:34 2007 +0000 +++ b/lisp/makefile.w32-in Fri Jan 26 15:28:16 2007 +0000 @@ -96,11 +96,11 @@ touch $@ # 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 doit +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) -finder-data: doit +finder-data: $(lisp)/loaddefs.el doit @echo Directories: $(WINS) $(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS)