From bc07afc1c299155a3451d285f1e3c862af0c8e83 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 10:53:27 +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. Use command macros where appropriate. --- french/xtel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'french') diff --git a/french/xtel/Makefile b/french/xtel/Makefile index c0fb32bb616c..966713ac3d6a 100644 --- a/french/xtel/Makefile +++ b/french/xtel/Makefile @@ -29,7 +29,7 @@ MAN1= xtel.1 xteld.1 .include .if defined(LANG) -LANGUE!=${ECHO} ${LANG} | ${CUT} -c 1-2 +LANGUE!=${ECHO_CMD} ${LANG} | ${CUT} -c 1-2 .else LANGUE= english .endif -- cgit v1.2.3