change dependencies in make files:
commit43209dde283f290f84f4d98c7e31ff293c3707f5
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Sun, 17 Jan 2010 13:03:10 +0000 (17 13:03 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Sun, 17 Jan 2010 13:03:10 +0000 (17 13:03 +0000)
tree907411354b086b164a55539f7dd014faa9c2552e
parent22fe39bc1bc27c4dd5ec271461b6ba6871b5adc0
change dependencies in make files:
* apps.make: depends on ctype.o instead of errno.o to depend on config-*.h so that it works for simulator.
* lang.make: add dependency of lang.h to make it sure that the file is updated properly when needed.
* plugins.make: object files don't depend on libpluginbitmaps.a.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24256 a1c6a512-1295-4272-9138-f99709370657
apps/apps.make
apps/lang/lang.make
apps/plugins/chessbox/chessbox.make
apps/plugins/pacbox/pacbox.make
apps/plugins/pdbox/pdbox.make
apps/plugins/pictureflow/pictureflow.make
apps/plugins/plugins.make
apps/plugins/zxbox/zxbox.make
tools/functions.make
tools/make.inc