improve makefile dependencies for depmaker/pkgmaker runs
commitae3175dedfd77b39ddbf76059f2b1242d1ed96bc
authorPhil Sutter <phil@nwl.cc>
Tue, 19 Jan 2010 22:57:49 +0000 (19 23:57 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Wed, 20 Jan 2010 17:50:58 +0000 (20 18:50 +0100)
tree574432e9d7ed6c1912181a392b730401ad762b68
parenta903c4fefdc19bb838e808146c6aa1a32296e4cb
improve makefile dependencies for depmaker/pkgmaker runs

In a built clone, whenever I change any package/*/Makefile, depmaker and
pkgmaker need to be run again. Before, depmaker wasn't run again as long
as ${TOPDIR}/.config wasn't touched (which is in fact unused by depmaker
and therefore probably a wrong dependency), pkgmaker wasn't run as long
as .menu existed (which now has to be newer than any of the above
Makefiles). While here, this patch also fixes a small whitespace error.
mk/build.mk