Mercurial > emacs
changeset 35100:dc7adc956a5e
(custom-deps): Set EMACSLOADPATH explicitly.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 06 Jan 2001 21:07:39 +0000 |
parents | 672546b38733 |
children | 73acaa7d1cb9 |
files | lisp/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/makefile.w32-in Sat Jan 06 19:04:32 2001 +0000 +++ b/lisp/makefile.w32-in Sat Jan 06 21:07:39 2001 +0000 @@ -120,7 +120,8 @@ touch $@ custom-deps: cus-load.el doit @echo Directories: $(WINS) - $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) + set EMACSLOADPATH=$(lisp) + -$(SETLOADPATH) $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) finder-inf.el: echo (provide $(SQUOTE)finder-inf)>> $@