m4 now requires libohash, ensure it gets built when bootstrapping.

This commit is contained in:
Ian Lepore 2014-08-07 21:37:03 +00:00
parent 0f3ec4da2f
commit 51fa06dd19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269688

View File

@ -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