Fix bootstrapping from FreeBSD 7.x: we also need to build ar.

This commit is contained in:
Marcel Moolenaar 2012-05-19 02:08:52 +00:00
parent f8b329b0bf
commit 727d8c8134

View File

@ -1007,6 +1007,10 @@ _gperf= gnu/usr.bin/gperf
_groff= gnu/usr.bin/groff
.endif
.if ${BOOTSTRAPPING} < 800022
_ar= usr.bin/ar
.endif
.if ${BOOTSTRAPPING} < 800013
_mklocale= usr.bin/mklocale
.endif
@ -1069,6 +1073,7 @@ bootstrap-tools:
${_strfile} \
${_gperf} \
${_groff} \
${_ar} \
${_dtc} \
${_awk} \
usr.bin/lorder \