aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 22:45:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 22:45:53 +0000
commit0f20a3cdd8ce01eb7aacd3fba3153af0907f6209 (patch)
tree90aa365617328509be0957188ac5cd5c5fef4393 /Makefile.inc1
parenta82117a6afc9c967309ad0d7ca13a35186679395 (diff)
downloadsrc-0f20a3cdd8ce01eb7aacd3fba3153af0907f6209.tar.gz
src-0f20a3cdd8ce01eb7aacd3fba3153af0907f6209.zip
Only build gperf as a bootstrap tool if gcc is going to be built
Notes
Notes: svn path=/head/; revision=284686
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 167940449323..04f91f7ce76d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1258,7 +1258,7 @@ _bt= _bootstrap-tools
_strfile= games/fortune/strfile
.endif
-.if ${MK_CXX} != "no"
+.if ${MK_GCC} != "no" && ${MK_CXX} != "no"
_gperf= gnu/usr.bin/gperf
.endif