From 277277b7eb6c05a1cfb56071237fd6a7cc30169d Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 5 Feb 2001 16:55:05 +0000 Subject: [PATCH] (THISDIR): New definition. --- nt/gmake.defs | 2 ++ nt/nmake.defs | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/nt/gmake.defs b/nt/gmake.defs index 96dd1f88ebf..927ce16c6bb 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -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. diff --git a/nt/nmake.defs b/nt/nmake.defs index 27c1ca342a0..a60ce3e919c 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -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 -- 2.39.5