]> code.delx.au - gnu-emacs/commitdiff
(lisp): Set to an absolute directory, namely
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:02 +0000 (14:55 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:02 +0000 (14:55 +0000)
$(CURDIR).

lisp/ChangeLog
lisp/makefile.w32-in

index bf9c0c33b03bd909d50385ea7434db44cdf83af8..b31c1106a0d6129f6c480b7cc5cd7962ba872665 100644 (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
index 9787ae037f18b9ca21b89b026d7193af233bc14b..0c996515a292df039434cf733f9be0406b35f4b2 100644 (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 ...".