summaryrefslogtreecommitdiff
path: root/devel/imake
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/imake
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/imake')
-rw-r--r--devel/imake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index a1cd2065aed9..979128cdd583 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -29,7 +29,7 @@ INSTALL_TARGET= install install.man
MTREE_FILE= /etc/mtree/BSD.x11.dist
do-configure:
- @${ECHO} > ${WRKSRC}/cf/host.def
+ @${ECHO_CMD} > ${WRKSRC}/cf/host.def
@(cd ${WRKDIR}/xc; \
${MAKE} Makefile.boot ; \
${MAKE} -f xmakefile SUBDIRS="include config" VerifyOS Makefiles includes)