From 6dcb51ccd6b8e92166f953e3f04786487e4565b8 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 1 Jun 2001 13:18:27 +0000 Subject: [PATCH] (sh_output): Don't use $(warning ...) to output messages, since that is not supported by GNU make 3.77. --- nt/gmake.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/gmake.defs b/nt/gmake.defs index 7756da0d606..583a054ca7c 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -84,10 +84,10 @@ THISDIR = . # affects makefiles using sh as the command processor, so we need to # detect which rules to use. ifdef USING_SH +sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 -$(warning [Please ignore the syntax error just above - it is intentional]) endif endif -- 2.39.5