From 77f16cc6332a4b10d7af4d2eb6fc5f0c382bd55e Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 6 Jan 2001 21:07:39 +0000 Subject: [PATCH] (custom-deps): Set EMACSLOADPATH explicitly. --- lisp/makefile.w32-in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 0c996515a29..2efad045a5a 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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)>> $@ -- 2.39.2