From 93369e5cceec15a7589a56ea78b935f1244c60d3 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 17 Aug 2014 02:40:44 +0000 Subject: MFC r269688: m4 now requires libohash, build it when bootstrapping. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1