From f2133d9e8f7d7a25462dd127d4a614bfb1cbbaae Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Jan 2007 15:29:17 +0000 Subject: [PATCH] (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el. --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86666d5857a..0170c52c33a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-01-26 Eli Zaretskii + + * makefile.w32-in (finder-data, custom-deps): Depend on + $(lisp)/loaddefs.el. + 2007-01-24 Dan Nicolaescu * Makefile.in (custom-deps, finder-data): Add dependency to diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 61e7a358f49..e3ea090d652 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -96,11 +96,11 @@ $(lisp)/cus-load.el: 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) -- 2.39.2