summaryrefslogtreecommitdiff
path: root/devel/libtai
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
commit32c83edfbcce207c560685385be28ffc02faad2c (patch)
tree8b9a9aef75ca0c44c811a5951f9fc90aec5e4c56 /devel/libtai
parentUpdate to 2.4.13. (diff)
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.
Notes
Notes: svn path=/head/; revision=53952
Diffstat (limited to 'devel/libtai')
-rw-r--r--devel/libtai/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile
index 47335f4990b5..bd2489b3468d 100644
--- a/devel/libtai/Makefile
+++ b/devel/libtai/Makefile
@@ -32,9 +32,9 @@ PROGRAM_FILES= easter nowutc leapsecs yearcal
do-configure:
@${PERL} -pi -e "s!%%PREFIX%%!${PREFIX}!g" \
${WRKSRC}/leapsecs.3 ${WRKSRC}/leapsecs_read.c
- @${ECHO} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
- @${ECHO} "${CC} -s" > ${WRKSRC}/conf-ld
- @${ECHO} -fPIC -DPIC > ${WRKSRC}/conf-ccso
+ @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
+ @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld
+ @${ECHO_CMD} -fPIC -DPIC > ${WRKSRC}/conf-ccso
do-install:
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${BINGRP} -m 644 \