(lisp): Set to an absolute directory, namely
$(CURDIR).
This commit is contained in:
parent
5569da4502
commit
6610f4b26a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-12-06 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (lisp): Set to an absolute directory, namely
|
||||
$(CURDIR).
|
||||
|
||||
2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
|
||||
|
|
|
@ -27,8 +27,7 @@ all: $(ALL)
|
|||
SQUOTE='
|
||||
# '
|
||||
|
||||
#lisp=$(MAKEDIR:\=/)
|
||||
lisp=.
|
||||
lisp = $(CURDIR)
|
||||
|
||||
# You can specify a different executable on the make command line,
|
||||
# e.g. "make EMACS=../src/emacs ...".
|
||||
|
|
Loading…
Add table
Reference in a new issue