From 3b84012d637d3f1caad3f2cf7ed6b5d3e16ef54f Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 17 Jul 2010 15:33:35 +0000 Subject: Prettier genlang-features output. Use the same style for max_language_size.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27469 a1c6a512-1295-4272-9138-f99709370657 --- apps/apps.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/apps.make') diff --git a/apps/apps.make b/apps/apps.make index ffb37ac41d..6afcd12b5c 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -27,6 +27,6 @@ $(BUILDDIR)/apps/features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/ grep -v "^\#" | grep -v "^ *$$" > $(BUILDDIR)/apps/features; \ $(BUILDDIR)/apps/genlang-features: $(BUILDDIR)/apps/features - tr \\n : < $< > $@ + $(call PRINTS,GEN $(subst $(BUILDDIR)/,,$@))tr \\n : < $< > $@ ASMDEFS_SRC += $(APPSDIR)/core_asmdefs.c -- cgit v1.2.3