USING_SH = 1
THE_SHELL = $(SHELL)
SHELLTYPE=SH
-SETLOADPATH=EMACSLOADPATH=../lisp
+SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
endif
# Cygwin has changed quoting rules somewhat since b20, in a way that
endif
endif
-MAKEDIR = $(CURDIR)
ALL_DEPS = $^
EMPTY =
SPACE = $(EMPTY) $(EMPTY)
# INSTALL_DIR is the directory into which emacs will be installed.
#
ifndef INSTALL_DIR
-INSTALL_DIR = $(MAKEDIR)/..
+INSTALL_DIR = $(CURDIR)/..
endif
# Determine the architecture we're running on.