From c8eb0d48785c0ccaefec1e6760abc6623f08d233 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 09:45:01 +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. --- databases/firebird-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/firebird-devel') 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 @( \ -- cgit v1.2.3