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

This commit is contained in:
ian 2014-08-07 21:37:03 +00:00
parent 4a302b5f41
commit 62ecea98b8

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