bsd.dep.mk: don't build .depend every time
commit46655c7cec793d2d52d8e161cbbbc3042f1b6e3f
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 Oct 2009 10:29:35 +0000 (19 12:29 +0200)
committerSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Sat, 24 Oct 2009 23:44:04 +0000 (25 01:44 +0200)
tree4a2b1aa6a30106f92d4fd76936b54f51a389c95f
parentd5bac0f9ceaa48107a56a0f53bdcaa5aab53f95a
bsd.dep.mk: don't build .depend every time

My last commits had introduced a dependency issue which made .depend to
be built again every time.  This commit addresses this issue by not
deleting the intermediate .depend_${grp} files.

Also change the .depend generation so that no .depend__ is generated,
but output is directly sent to .depend.
share/mk/bsd.dep.mk