From 2bc62d50f6244ae3c3889744957227242428b92b Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 8 Dec 2014 07:33:11 +0000 Subject: Build gperf with xdev as part of _xb-bootstrap-tools to unbreak the build if/when MK_CXX == no and make delete-old has been run on the build host, post-r272849 Tested with the following command: % sudo env MK_CLANG=no MK_CLANG_BOOTSTRAP=no MK_GCC=yes MK_GCC_BOOTSTRAP=yes \ MK_GNUCXX=yes make xdev --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 0197da068483..9e5b9801ebce 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2055,7 +2055,8 @@ _xb-worldtmp: _xb-bootstrap-tools: .for _tool in \ - ${_clang_tblgen} + ${_clang_tblgen} \ + ${_gperf} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ cd ${.CURDIR}/${_tool} && \ ${CDMAKE} DIRPRFX=${_tool}/ obj && \ -- cgit v1.2.3