From 6b14a5a635818544ae8de8059e548196e149a08b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 20 Aug 2009 22:19:04 +0000 Subject: Make apps/features depend on config*.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22444 a1c6a512-1295-4272-9138-f99709370657 --- apps/apps.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/apps.make b/apps/apps.make index 9c2d72fb9d..5eb5f6c70a 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -15,7 +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. # -features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt +# Kludge: depends on errno.o only to depend on config-*.h ... +# +features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/errno.o $(SILENT)mkdir -p $(BUILDDIR)/apps $(SILENT)mkdir -p $(BUILDDIR)/lang $(call PRINTS,PP $(