From 51fa06dd192d82e748d513591fe1cf15a5758349 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Thu, 7 Aug 2014 21:37:03 +0000 Subject: [PATCH] m4 now requires libohash, ensure it gets built when bootstrapping. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 557d92a61d5b..a9f9c064d85a 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