From 897d06aa9731645e0a7fa7c315028dcdbfa3c798 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA 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. --- math/pygist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/pygist') diff --git a/math/pygist/Makefile b/math/pygist/Makefile index 9442c5c5705a..46ba62d92d51 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -46,7 +46,7 @@ post-install: @${MKDIR} ${GISTDIR} ${INSTALL_DATA} ${WRKSRC}/*/Lib/* ${GISTDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${GISTDIR} - @${ECHO} "PyGist" > ${GISTDIR}/../PyGist.pth + @${ECHO_CMD} "PyGist" > ${GISTDIR}/../PyGist.pth ${MKDIR} ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKSRC}/*/Demo/* ${EXAMPLEDIR} -- cgit v1.2.3