diff options
| author | Andrew Innes | 2001-01-06 21:07:39 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-01-06 21:07:39 +0000 |
| commit | 77f16cc6332a4b10d7af4d2eb6fc5f0c382bd55e (patch) | |
| tree | e1c78a5eaddc5e705f93217b6e7000bf32566806 | |
| parent | 380866a2a5d13436018019d83d0d3bf9fa347d3f (diff) | |
| download | emacs-77f16cc6332a4b10d7af4d2eb6fc5f0c382bd55e.tar.gz emacs-77f16cc6332a4b10d7af4d2eb6fc5f0c382bd55e.zip | |
(custom-deps): Set EMACSLOADPATH explicitly.
| -rw-r--r-- | lisp/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
| 120 | touch $@ | 120 | touch $@ |
| 121 | custom-deps: cus-load.el doit | 121 | custom-deps: cus-load.el doit |
| 122 | @echo Directories: $(WINS) | 122 | @echo Directories: $(WINS) |
| 123 | $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) | 123 | set EMACSLOADPATH=$(lisp) |
| 124 | -$(SETLOADPATH) $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) | ||
| 124 | 125 | ||
| 125 | finder-inf.el: | 126 | finder-inf.el: |
| 126 | echo (provide $(SQUOTE)finder-inf)>> $@ | 127 | echo (provide $(SQUOTE)finder-inf)>> $@ |