summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-05-17 12:44:02 +0000
committerAndrew Innes <andrewi@gnu.org>2001-05-17 12:44:02 +0000
commit4244d4670b1fb3984207124554ac315eb3dc5c4e (patch)
tree4cbe99e0c7b1f860a3d075cc67f6d744958548d7 /nt
parent5b843ff8d3cdd103149881a266ae6d6c3cd0d31e (diff)
downloademacs-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.defs1
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