]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-deps): Set EMACSLOADPATH explicitly.
authorAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:07:39 +0000 (21:07 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:07:39 +0000 (21:07 +0000)
lisp/makefile.w32-in

index 0c996515a292df039434cf733f9be0406b35f4b2..2efad045a5a73bbb683aca85bea95f555f203fb5 100644 (file)
@@ -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)>> $@