summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-21 22:45:53 +0000
committerbapt <bapt@FreeBSD.org>2015-06-21 22:45:53 +0000
commit338e5025e37d5a2e64890ce6932d00686ee556ff (patch)
tree90aa365617328509be0957188ac5cd5c5fef4393 /Makefile.inc1
parent352f98b2b5c3296fc130b2bd0ee4a4e5239ed8ca (diff)
downloadFreeBSD-src-338e5025e37d5a2e64890ce6932d00686ee556ff.zip
FreeBSD-src-338e5025e37d5a2e64890ce6932d00686ee556ff.tar.gz
Only build gperf as a bootstrap tool if gcc is going to be built
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 1679404..04f91f7 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
OpenPOWER on IntegriCloud