diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-05-17 12:44:02 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-05-17 12:44:02 +0000 |
commit | 4244d4670b1fb3984207124554ac315eb3dc5c4e (patch) | |
tree | 4cbe99e0c7b1f860a3d075cc67f6d744958548d7 /nt | |
parent | 5b843ff8d3cdd103149881a266ae6d6c3cd0d31e (diff) | |
download | emacs-4244d4670b1fb3984207124554ac315eb3dc5c4e.tar.gz |
(NEW_CYGWIN): Output message about spurious error
message that is to be ignored.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gmake.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs index f64f4c1ad25..7756da0d606 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -87,6 +87,7 @@ ifdef USING_SH sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 +$(warning [Please ignore the syntax error just above - it is intentional]) endif endif |