diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-02-05 16:55:05 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-02-05 16:55:05 +0000 |
commit | 277277b7eb6c05a1cfb56071237fd6a7cc30169d (patch) | |
tree | 6ff055e061140ed275171e957d38cee35470bb93 /nt/gmake.defs | |
parent | 7a58ab59f4d02fc738e7a02c9da5698f83e28a29 (diff) | |
download | emacs-277277b7eb6c05a1cfb56071237fd6a7cc30169d.tar.gz |
(THISDIR): New definition.
Diffstat (limited to 'nt/gmake.defs')
-rw-r--r-- | nt/gmake.defs | 2 |
1 files changed, 2 insertions, 0 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. |