mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(custom-deps): Set EMACSLOADPATH explicitly.
This commit is contained in:
parent
380866a2a5
commit
77f16cc633
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ cus-load.el:
|
|||
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)>> $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue