changeset 37778:bb2c78e3e068

(NEW_CYGWIN): Output message about spurious error message that is to be ignored.
author Andrew Innes <andrewi@gnu.org>
date Thu, 17 May 2001 12:44:02 +0000
parents b264c3f590f0
children bc086c0de51e
files nt/gmake.defs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/gmake.defs	Thu May 17 11:52:45 2001 +0000
+++ b/nt/gmake.defs	Thu May 17 12:44:02 2001 +0000
@@ -87,6 +87,7 @@
 sh_output := $(shell echo foo")
 ifeq "$(sh_output)" ""
 NEW_CYGWIN = 1
+$(warning [Please ignore the syntax error just above - it is intentional])
 endif
 endif