From 5b243306947e74184be0fc39cd0f0d1eb8063940 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 29 Jan 2002 11:48:57 +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. --- net/micq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/micq') diff --git a/net/micq/Makefile b/net/micq/Makefile index b53f3602be1..98035b20419 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -28,7 +28,7 @@ pre-configure: @${ECHO_MSG} "make WITH_MICQ_LANG=" @${ECHO_MSG} "" @${ECHO_MSG} "Currently supported values are:" - @${ECHO} " "${SUP_LANGS} | ${SED} 's|,$$|.|' | /usr/bin/fmt + @${ECHO_CMD} " "${SUP_LANGS} | ${SED} 's|,$$|.|' | /usr/bin/fmt .else @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h -- cgit