summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2019-06-15 17:08:13 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2019-06-15 17:08:13 +0000
commitc63c5ab001106bc7beb1d3bc92666c73bcd5c94d (patch)
tree836cec754359f16f3c140c1e309c0212ee25ccba /bin/csh
parentf39f6a562e8e6717c1e1355bbd7d9b2566d7cc9a (diff)
downloadsrc-test-c63c5ab001106bc7beb1d3bc92666c73bcd5c94d.tar.gz
src-test-c63c5ab001106bc7beb1d3bc92666c73bcd5c94d.zip
Fix .depend files to work for build tools.
This is somewhat of a follow-up to r335746. MFC after: 2 weeks Sponsored by: DellEMC
Notes
Notes: svn path=/head/; revision=349062
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index b0d4435d970c9..9aabc047493ae 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -117,6 +117,7 @@ csh.1: tcsh.man
build-tools: gethost
+DEPENDOBJS+= gethost
gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META}
@rm -f ${.TARGET}
${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \