summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-08-17 02:40:44 +0000
committerian <ian@FreeBSD.org>2014-08-17 02:40:44 +0000
commit93369e5cceec15a7589a56ea78b935f1244c60d3 (patch)
treee7303ae2164d72e19482033aa25f7cac97130b6c /Makefile.inc1
parent504042caa334b424d2a50ab0a73f757ed094b590 (diff)
downloadFreeBSD-src-93369e5cceec15a7589a56ea78b935f1244c60d3.zip
FreeBSD-src-93369e5cceec15a7589a56ea78b935f1244c60d3.tar.gz
MFC r269688: m4 now requires libohash, build it when bootstrapping.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cdda759..3fbf035 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1219,7 +1219,8 @@ _sed= usr.bin/sed
.endif
.if ${BOOTSTRAPPING} < 1000002
-_m4= usr.bin/m4
+_m4= lib/libohash \
+ usr.bin/m4
.endif
.if ${BOOTSTRAPPING} < 1000013
OpenPOWER on IntegriCloud