bsd.dep.mk: fix race condition with beforedepend
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 12 Sep 2009 08:58:37 +0000 (10:58 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 12 Sep 2009 14:56:24 +0000 (16:56 +0200)
commit97192cdccd68db1900315148bc22464076b0b51b
tree30b1c8d64b977e00f83cb73d1b7b86a6c5547ce2
parent79cf5ce7febf56b7c7682a7bf902e4600fd66c51
bsd.dep.mk: fix race condition with beforedepend

The recent depend changes introduced a possible race between running
mkdep and beforedepend, since the .ORDER was only specified for
beforedepend and ${DEPENDFILE}, but not for the intermediate
${_DEPENDFILES}.
share/mk/bsd.dep.mk