mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(lisp): Set to an absolute directory, namely
$(CURDIR).
This commit is contained in:
parent
5569da4502
commit
6610f4b26a
@ -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>
|
2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
|
||||||
* emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
|
* emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
|
||||||
|
@ -27,8 +27,7 @@ all: $(ALL)
|
|||||||
SQUOTE='
|
SQUOTE='
|
||||||
# '
|
# '
|
||||||
|
|
||||||
#lisp=$(MAKEDIR:\=/)
|
lisp = $(CURDIR)
|
||||||
lisp=.
|
|
||||||
|
|
||||||
# You can specify a different executable on the make command line,
|
# You can specify a different executable on the make command line,
|
||||||
# e.g. "make EMACS=../src/emacs ...".
|
# e.g. "make EMACS=../src/emacs ...".
|
||||||
|
Loading…
Reference in New Issue
Block a user