diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
commit | a80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch) | |
tree | e1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-servers | |
parent | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff) |
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.
Notes
Notes:
svn path=/head/; revision=53961
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 2 |
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: |