mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(THISDIR): New definition.
This commit is contained in:
parent
7a58ab59f4
commit
277277b7eb
@ -78,6 +78,8 @@ endif
|
||||
|
||||
MAKETYPE=gmake
|
||||
|
||||
THISDIR = .
|
||||
|
||||
# Cygwin has changed quoting rules somewhat since b20, in a way that
|
||||
# affects makefiles using sh as the command processor, so we need to
|
||||
# detect which rules to use.
|
||||
|
@ -24,13 +24,14 @@ SHELLTYPE=CMD
|
||||
|
||||
MAKETYPE=nmake
|
||||
|
||||
CURDIR = $(MAKEDIR:\=/)
|
||||
THISDIR = $(MAKEDIR)
|
||||
|
||||
ALL_DEPS = $**
|
||||
|
||||
SUBSYSTEM_WINDOWS=-subsystem:windows
|
||||
SUBSYSTEM_CONSOLE=-subsystem:console
|
||||
|
||||
CURDIR = $(MAKEDIR:\=/)
|
||||
|
||||
# INSTALL_DIR is the directory into which emacs will be installed.
|
||||
#
|
||||
!ifndef INSTALL_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user