# HG changeset patch # User Andrew Innes # Date 976114446 0 # Node ID f719938c6d2e5d151a84b970d407d4ae667899b6 # Parent 938a891f81c3039ad53485f3d12e9e4bb4f184be (lisp): Set to an absolute directory, namely $(CURDIR). diff -r 938a891f81c3 -r f719938c6d2e lisp/makefile.w32-in --- 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 ...".