From 94aa0d741e8aadff243b6b88092df7b30c1bc6e4 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 30 Jun 2010 16:29:55 +0000 Subject: Change "features" and "genlang-features" targets to no longer use multiple targets in one rule. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27195 a1c6a512-1295-4272-9138-f99709370657 --- apps/apps.make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/apps.make b/apps/apps.make index 8814147102..ee5cca904d 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -18,14 +18,16 @@ SRC += $(call preprocess, $(APPSDIR)/SOURCES) # Kludge: depends on config.o which only depends on config-*.h to have config.h # changes trigger a genlang re-run # -features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/config.o +$(BUILDDIR)/apps/features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/config.o $(SILENT)mkdir -p $(BUILDDIR)/apps $(SILENT)mkdir -p $(BUILDDIR)/lang $(call PRINTS,PP $( $(BUILDDIR)/apps/features; \ - for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \ - echo "$$feat" >$(BUILDDIR)/apps/genlang-features + +$(BUILDDIR)/apps/genlang-features: $(BUILDDIR)/apps/features + for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \ + echo "$$feat" >$(BUILDDIR)/apps/genlang-features ASMDEFS_SRC += $(APPSDIR)/core_asmdefs.c -- cgit v1.2.3