diff options
| author | Andrew Innes | 2001-02-05 16:55:05 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-05 16:55:05 +0000 |
| commit | 277277b7eb6c05a1cfb56071237fd6a7cc30169d (patch) | |
| tree | 6ff055e061140ed275171e957d38cee35470bb93 | |
| parent | 7a58ab59f4d02fc738e7a02c9da5698f83e28a29 (diff) | |
| download | emacs-277277b7eb6c05a1cfb56071237fd6a7cc30169d.tar.gz emacs-277277b7eb6c05a1cfb56071237fd6a7cc30169d.zip | |
(THISDIR): New definition.
| -rw-r--r-- | nt/gmake.defs | 2 | ||||
| -rw-r--r-- | 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 | |||
| 78 | 78 | ||
| 79 | MAKETYPE=gmake | 79 | MAKETYPE=gmake |
| 80 | 80 | ||
| 81 | THISDIR = . | ||
| 82 | |||
| 81 | # Cygwin has changed quoting rules somewhat since b20, in a way that | 83 | # Cygwin has changed quoting rules somewhat since b20, in a way that |
| 82 | # affects makefiles using sh as the command processor, so we need to | 84 | # affects makefiles using sh as the command processor, so we need to |
| 83 | # detect which rules to use. | 85 | # 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 | |||
| 24 | 24 | ||
| 25 | MAKETYPE=nmake | 25 | MAKETYPE=nmake |
| 26 | 26 | ||
| 27 | CURDIR = $(MAKEDIR:\=/) | ||
| 28 | THISDIR = $(MAKEDIR) | ||
| 29 | |||
| 27 | ALL_DEPS = $** | 30 | ALL_DEPS = $** |
| 28 | 31 | ||
| 29 | SUBSYSTEM_WINDOWS=-subsystem:windows | 32 | SUBSYSTEM_WINDOWS=-subsystem:windows |
| 30 | SUBSYSTEM_CONSOLE=-subsystem:console | 33 | SUBSYSTEM_CONSOLE=-subsystem:console |
| 31 | 34 | ||
| 32 | CURDIR = $(MAKEDIR:\=/) | ||
| 33 | |||
| 34 | # INSTALL_DIR is the directory into which emacs will be installed. | 35 | # INSTALL_DIR is the directory into which emacs will be installed. |
| 35 | # | 36 | # |
| 36 | !ifndef INSTALL_DIR | 37 | !ifndef INSTALL_DIR |