summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-08-25 17:31:06 +0000
committerian <ian@FreeBSD.org>2014-08-25 17:31:06 +0000
commita6a20ea907fef5c0feb8c6e11ae53fbcbb810972 (patch)
tree84b14a06334e75b1d94520ac89a62e20ec709c4a /Makefile.inc1
parent3bf2412433f05faf3ea63509fbd5886f872a8c43 (diff)
downloadFreeBSD-src-a6a20ea907fef5c0feb8c6e11ae53fbcbb810972.zip
FreeBSD-src-a6a20ea907fef5c0feb8c6e11ae53fbcbb810972.tar.gz
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 <dsieh@dsieh.com> Pointy hat to: ian
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 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
OpenPOWER on IntegriCloud