From 32c83edfbcce207c560685385be28ffc02faad2c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 10:16:28 +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. Use command macros where appropriate. --- devel/tcl-neo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/tcl-neo') diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index f5356219f478..4b0d4d537f2a 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -32,7 +32,7 @@ MAKE_ENV+= NEO_LIBRARY=${NEO_LIBRARY} DDIR= ${PREFIX}/lib/tcl${TCLV}/Trf post-build: - cd ${WRKSRC}/../neolibs && ${ECHO} 'auto_mkindex . */*.tcl' | tclsh8.3 + cd ${WRKSRC}/../neolibs && ${ECHO_CMD} 'auto_mkindex . */*.tcl' | tclsh8.3 NEO_LIBRARY= ${PREFIX}/lib/neo8.2 -- cgit v1.2.3