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/kannel/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/kannel') diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 0a77c2e8776f..8dca10c895e7 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -32,10 +32,10 @@ do-install: post-install: @cd ${WRKSRC}/doc && \ for a in `/usr/bin/find . -type f | ${SED} -e 's:^\./::g'` ; \ - do ${ECHO} share/doc/kannel/$$a >> ${TMPPLIST} ; done - @${ECHO} "@dirrm share/doc/kannel/arch" >> ${TMPPLIST} - @${ECHO} "@dirrm share/doc/kannel/userguide" >> ${TMPPLIST} - @${ECHO} "@dirrm share/doc/kannel" >> ${TMPPLIST} + do ${ECHO_CMD} share/doc/kannel/$$a >> ${TMPPLIST} ; done + @${ECHO_CMD} "@dirrm share/doc/kannel/arch" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm share/doc/kannel/userguide" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm share/doc/kannel" >> ${TMPPLIST} .endif .include -- cgit v1.2.3