1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(lisp): Set to an absolute directory, namely

$(CURDIR).
This commit is contained in:
Andrew Innes 2000-12-06 14:55:02 +00:00
parent 5569da4502
commit 6610f4b26a
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 ...".