From f98ba07b23b24f1d3d3aaa3f41d107f35602d1e1 Mon Sep 17 00:00:00 2001 From: knu 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. --- games/newkind/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/newkind') diff --git a/games/newkind/Makefile b/games/newkind/Makefile index ba216d0..c8958b5 100644 --- a/games/newkind/Makefile +++ b/games/newkind/Makefile @@ -42,8 +42,8 @@ do-install: ${WRKSRC}/*.bmp ${WRKSRC}/*.wav ${SHAREDIR} @ ${INSTALL_DATA} ${WRKSRC}/data/* ${SHAREDIR}/data @ ${MKDIR} ${PREFIX}/bin - @ ${ECHO} "#!${SH}" > ${WRKSRC}/newkind - @ ${ECHO} "cd ${SHAREDIR} && exec \"./newkind.exe\" \"\$$@\"" \ + @ ${ECHO_CMD} "#!${SH}" > ${WRKSRC}/newkind + @ ${ECHO_CMD} "cd ${SHAREDIR} && exec \"./newkind.exe\" \"\$$@\"" \ >> ${WRKSRC}/newkind @ ${INSTALL_SCRIPT} ${WRKSRC}/newkind ${PREFIX}/bin -- cgit v1.1