From a6a20ea907fef5c0feb8c6e11ae53fbcbb810972 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 25 Aug 2014 17:31:06 +0000 Subject: Revert r270079 which was MFC of r269688, build libohash while bootstrapping. The changes to split the ohash code out of m4 into its own library haven't been MFC'd, so this change was causing an error during bootstrap when building stable-10. Submitted by: Dai Sieh Pointy hat to: ian --- Makefile.inc1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8413732..0322186 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1228,8 +1228,7 @@ _sed= usr.bin/sed .endif .if ${BOOTSTRAPPING} < 1000002 -_m4= lib/libohash \ - usr.bin/m4 +_m4= usr.bin/m4 .endif .if ${BOOTSTRAPPING} < 1000013 -- cgit v1.1