m4 now requires libohash, ensure it gets built when bootstrapping.
This commit is contained in:
parent
4a302b5f41
commit
62ecea98b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user