Makefile: drop config cache on .config changes
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 11 Dec 2009 23:16:33 +0000 (00:16 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 11 Dec 2009 23:16:33 +0000 (00:16 +0100)
commitb5972138c3e6912b29578e12cbe4689a2481abcf
tree9fc08c445864906b5392ca884ff43abc4097c9c0
parentb06c9cb16c7409dd407d3362fd6301585d6d9d68
Makefile: drop config cache on .config changes

The config cache might contain invalid values when .config is changed
(E.G. when adding/removing libraries), so drop it so config checks are
rerun for new packages (existing package still won't be rebuilt).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile