From e3fc65cfff31bf71dc648280ad714d214b9666a1 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 17 Jan 2010 13:03:10 +0000 Subject: 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 | 4 ++-- apps/lang/lang.make | 2 ++ apps/plugins/chessbox/chessbox.make | 2 +- apps/plugins/pacbox/pacbox.make | 2 +- apps/plugins/pdbox/pdbox.make | 3 +-- apps/plugins/pictureflow/pictureflow.make | 2 +- apps/plugins/plugins.make | 2 +- apps/plugins/zxbox/zxbox.make | 2 +- tools/functions.make | 2 +- tools/make.inc | 2 +- 10 files changed, 12 insertions(+), 11 deletions(-) diff --git a/apps/apps.make b/apps/apps.make index 78ae121247..3717c5bd34 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -15,9 +15,9 @@ SRC += $(call preprocess, $(APPSDIR)/SOURCES) # to genlang and thus (translated) phrases can be used based on those names. # button.h is included for the HAS_BUTTON_HOLD define. # -# Kludge: depends on errno.o only to depend on config-*.h ... +# Kludge: depends on ctype.o only to depend on config-*.h ... # -features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/errno.o +features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/ctype.o $(SILENT)mkdir -p $(BUILDDIR)/apps $(SILENT)mkdir -p $(BUILDDIR)/lang $(call PRINTS,PP $(