summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-14 16:19:49 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-14 16:19:49 +0000
commit055864c02296d34bb1adeff0af386ad5d80b6fe0 (patch)
tree938838f1d5c08191ffd3665ebd493771e6c1a62f /bin/csh/Makefile
parent7d00fcc3d09869db7b91d4fc3806bedb0c0dd014 (diff)
downloadFreeBSD-src-055864c02296d34bb1adeff0af386ad5d80b6fe0.zip
FreeBSD-src-055864c02296d34bb1adeff0af386ad5d80b6fe0.tar.gz
WITH_META_MODE: Fix bin/csh rebuilding tc.const.h
This is the same issue as r297997, but was missed in it. The WARNS value changes between 'build-tools' (MK_WARNS=no) and 'everything' resulting in a rebuild of this file. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 3dbd0b5..e43de07 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -136,7 +136,7 @@ sh.err.h: sh.err.c
grep 'ERR_' ${.ALLSRC} | grep '^#define' >> ${.TARGET}
@echo '#endif /* _h_sh_err */' >> ${.TARGET}
-tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h
+tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h ${BUILD_TOOLS_META}
@rm -f ${.TARGET}
@echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
@echo '#ifndef _h_tc_const' >> ${.TARGET}
OpenPOWER on IntegriCloud