From 6610f4b26a486903bbfd431296cace103f0c9369 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 6 Dec 2000 14:55:02 +0000 Subject: [PATCH] (lisp): Set to an absolute directory, namely $(CURDIR). --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 ...". -- 2.39.5