summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-22 08:47:35 +0000
committerngie <ngie@FreeBSD.org>2015-03-22 08:47:35 +0000
commitf0ad206868bd1cee5ae634df57da7ac956cbdfa1 (patch)
tree3100534d67519721cda792c27adf67bdaf69f5c8 /Makefile.inc1
parent74e10c6f1adab70b5d7b43d238c113109f7ee80e (diff)
downloadFreeBSD-src-f0ad206868bd1cee5ae634df57da7ac956cbdfa1.zip
FreeBSD-src-f0ad206868bd1cee5ae634df57da7ac956cbdfa1.tar.gz
Remove dependency between usr.bin/m4 and lib/libohash
libohash doesn't exist on stable/10 (only head) Not sure why my make buildworld didn't catch any issues This is a direct commit to stable/10 as a followup to r280340
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c9a5871..eb656f0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1250,8 +1250,6 @@ _sed= usr.bin/sed
.if ${BOOTSTRAPPING} < 1000002
_m4= usr.bin/m4
-
-${_bt}-usr.bin/m4: ${_bt}-lib/libohash
.endif
.if ${BOOTSTRAPPING} < 1000013
OpenPOWER on IntegriCloud