(custom-deps, finder-data): Add dependency to
loaddefs.el.
This commit is contained in:
parent
58f8a3f97b
commit
1408b0d5a9
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* Makefile.in (custom-deps, finder-data): Add dependency to
|
||||
loaddefs.el.
|
||||
|
||||
2007-01-24 Miles Bader <miles@gnu.org>
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-output-file-form)
|
||||
|
|
|
|||
|
|
@ -87,12 +87,12 @@ doit:
|
|||
|
||||
$(lisp)/cus-load.el:
|
||||
touch $@
|
||||
custom-deps: $(lisp)/cus-load.el doit
|
||||
custom-deps: $(lisp)/loaddefs.el $(lisp)/cus-load.el doit
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins
|
||||
|
||||
finder-data: doit
|
||||
finder-data: $(lisp)/loaddefs.el doit
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(EMACS) $(EMACSOPT) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue