summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-08-07 21:37:03 +0000
committerian <ian@FreeBSD.org>2014-08-07 21:37:03 +0000
commit62ecea98b87ae30d2a9272d67845110ba63f209f (patch)
tree00185cc559f1cf1cfa47b5d1a860dd32bf67d07f /Makefile.inc1
parent4a302b5f416055c89ed4a52931e761fffb885fc6 (diff)
downloadFreeBSD-src-62ecea98b87ae30d2a9272d67845110ba63f209f.zip
FreeBSD-src-62ecea98b87ae30d2a9272d67845110ba63f209f.tar.gz
m4 now requires libohash, ensure it gets built 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 557d92a..a9f9c06 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1208,7 +1208,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