changeset 34273:f719938c6d2e

(lisp): Set to an absolute directory, namely $(CURDIR).
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 14:54:06 +0000
parents 938a891f81c3
children a8cee0f32645
files lisp/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Wed Dec 06 14:53:33 2000 +0000
+++ b/lisp/makefile.w32-in	Wed Dec 06 14:54:06 2000 +0000
@@ -27,8 +27,7 @@
 SQUOTE='
 # '
 
-#lisp=$(MAKEDIR:\=/)
-lisp=.
+lisp = $(CURDIR)
 
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".