From a80f0bd0dd7d4db692d81c1f2fe73f117828db0d Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 12:14:18 +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. --- x11-wm/e16utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm/e16utils') diff --git a/x11-wm/e16utils/Makefile b/x11-wm/e16utils/Makefile index 4f60ddbc8ba2..fcc27c5d6029 100644 --- a/x11-wm/e16utils/Makefile +++ b/x11-wm/e16utils/Makefile @@ -33,7 +33,7 @@ do-build: do-install: .for i in ${SUB_STUBS} @cd ${WRKDIR}/${i} ; \ - ${INSTALL_PROGRAM} `${ECHO} '${i}' | ${SED} -e 's,-\(.*\),,'` \ + ${INSTALL_PROGRAM} `${ECHO_CMD} '${i}' | ${SED} -e 's,-\(.*\),,'` \ ${PREFIX}/bin .endfor -- cgit v1.2.3