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/w3c-httpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/w3c-httpd') diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index fa007af052e1..48cfa98c4156 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -26,7 +26,7 @@ pre-configure: @${ECHO_MSG} "Set the environment variable MD5_PW if you want MD5 encrypted passwords." @${ECHO_MSG} "" .else - @${ECHO} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include + @${ECHO_CMD} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include .endif do-install: -- cgit v1.2.3