From 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 12:08:37 +0000 Subject: Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. --- www/zope213/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/zope213/Makefile') diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 9966fccb18fb..8aeabc48706d 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -70,7 +70,7 @@ do-install: @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) @(cd ${ZOPEBASEDIR} && \ ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ + ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ ${CAT} Zope.cgi.orig >> Zope.cgi ; \ ${RM} Zope.cgi.orig ) @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) -- cgit v1.2.3