From 019f5b8781cb7f4aed099b67cf8af434adc77d7a Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 29 Jan 2002 09:45:01 +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. --- databases/php-sqlrelay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/php-sqlrelay') diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile index 70fcb5e..da25ea9 100644 --- a/databases/php-sqlrelay/Makefile +++ b/databases/php-sqlrelay/Makefile @@ -40,7 +40,7 @@ pre-install: post-install: dir=`php-config --extension-dir | ${SED} 's,^${LOCALBASE}/,,'`; \ - ${ECHO} "$$dir/sql_relay.so" >> ${TMPPLIST}; \ - ${ECHO} "@unexec rmdir %D/$$dir 2>/dev/null || true" >> ${TMPPLIST} + ${ECHO_CMD} "$$dir/sql_relay.so" >> ${TMPPLIST}; \ + ${ECHO_CMD} "@unexec rmdir %D/$$dir 2>/dev/null || true" >> ${TMPPLIST} .include -- cgit v1.1