comparison nt/gmake.defs @ 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 fa2805c46667
children 84ecffb66da7
comparison
equal deleted inserted replaced
37777:b264c3f590f0 37778:bb2c78e3e068
85 # detect which rules to use. 85 # detect which rules to use.
86 ifdef USING_SH 86 ifdef USING_SH
87 sh_output := $(shell echo foo") 87 sh_output := $(shell echo foo")
88 ifeq "$(sh_output)" "" 88 ifeq "$(sh_output)" ""
89 NEW_CYGWIN = 1 89 NEW_CYGWIN = 1
90 $(warning [Please ignore the syntax error just above - it is intentional])
90 endif 91 endif
91 endif 92 endif
92 93
93 ALL_DEPS = $^ 94 ALL_DEPS = $^
94 EMPTY = 95 EMPTY =