From: Andrew Innes Date: Wed, 6 Dec 2000 14:55:02 +0000 (+0000) Subject: (lisp): Set to an absolute directory, namely X-Git-Tag: emacs-pretest-21.0.93~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6610f4b26a486903bbfd431296cace103f0c9369;p=emacs.git (lisp): Set to an absolute directory, namely $(CURDIR). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf9c0c33b03..b31c1106a0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-12-06 Andrew Innes + + * makefile.w32-in (lisp): Set to an absolute directory, namely + $(CURDIR). + 2000-12-06 Eli Zaretskii * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 9787ae037f1..0c996515a29 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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 ...".