From 897d06aa9731645e0a7fa7c315028dcdbfa3c798 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 11:48:57 +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. --- news/t-gnus-emacs20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news/t-gnus-emacs20') diff --git a/news/t-gnus-emacs20/Makefile b/news/t-gnus-emacs20/Makefile index e3c5f8e174b8..9b2f1e80bd74 100644 --- a/news/t-gnus-emacs20/Makefile +++ b/news/t-gnus-emacs20/Makefile @@ -79,7 +79,7 @@ PLIST= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} .if (${EMACS_PORT_NAME} == "mule") post-extract: - ${ECHO} "${EMACS_CMD} -l apel-setupel.el \$$@" > ${WRKDIR}/mule-apel + ${ECHO_CMD} "${EMACS_CMD} -l apel-setupel.el \$$@" > ${WRKDIR}/mule-apel ${CHMOD} +x ${WRKDIR}/mule-apel .endif -- cgit v1.2.3