From 4e5525b4be19a5420da69e36d65240ad0ea3056b Mon Sep 17 00:00:00 2001 From: knu 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/tomcat41/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/tomcat41') diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile index fd6a2d6..8c2020e 100644 --- a/www/tomcat41/Makefile +++ b/www/tomcat41/Makefile @@ -26,6 +26,6 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/tomcat.sh /usr/local/etc/rc.d post-install: - @${ECHO} "etc/rc.d/tomcat.sh" >> ${TMPPLIST} + @${ECHO_CMD} "etc/rc.d/tomcat.sh" >> ${TMPPLIST} .include -- cgit v1.1