diff options
author | knu <knu@FreeBSD.org> | 2002-01-29 17:45:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-29 17:45:01 +0800 |
commit | 019f5b8781cb7f4aed099b67cf8af434adc77d7a (patch) | |
tree | 906e64279e88d62172a4b9809ccf36d0b7c443ec /databases/firebird-devel | |
parent | 476fa54a5c6f73ef5e86683a76da131e57c54e53 (diff) | |
download | freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.tar.gz freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.tar.zst freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.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 'databases/firebird-devel')
-rw-r--r-- | databases/firebird-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 961ed0d458ba..b1b10415ca02 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -61,7 +61,7 @@ do-configure: do-build: @( \ - ${ECHO} '#!/bin/sh'; ${ECHO} \ + ${ECHO_CMD} '#!/bin/sh'; ${ECHO_CMD} \ '[ -d ${LDCONFIG_RUNLIST} ] && ${LDCONFIG} -m ${LDCONFIG_RUNLIST}'; \ ) > ${WRKDIR}/000.${PORTNAME}.sh @( \ |