aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 20:14:18 +0800
committerknu <knu@FreeBSD.org>2002-01-29 20:14:18 +0800
commitb42679b22abe748375dc103dc7af39b174da3d87 (patch)
tree6f292c9bbc0306f65069d5ad6040e8e4e291c376 /x11-servers
parent4e5525b4be19a5420da69e36d65240ad0ea3056b (diff)
downloadfreebsd-ports-b42679b22abe748375dc103dc7af39b174da3d87.tar.gz
freebsd-ports-b42679b22abe748375dc103dc7af39b174da3d87.tar.zst
freebsd-ports-b42679b22abe748375dc103dc7af39b174da3d87.zip
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.
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XttXF86srv-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index d1be5c876034..3fe5d7076347 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -162,7 +162,7 @@ pre-configure:
${SETENV} ${SCRIPT_ENV} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \
FILESDIR=${FILESDIR} ${MAKE}) ; \
${CAT} ${HOSTDEFLOCAL} ${HOSTDEFSRV} > ${HOSTDEFDST} ; \
- ${ECHO} "#include <${LOCALFILE}>" >> ${HOSTDEFORG} )
+ ${ECHO_CMD} "#include <${LOCALFILE}>" >> ${HOSTDEFORG} )
.if ${SERVER} == common
do-install: