summaryrefslogtreecommitdiff
path: root/apps/apps.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.make')
-rw-r--r--apps/apps.make2
1 files changed, 1 insertions, 1 deletions
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/
27 grep -v "^\#" | grep -v "^ *$$" > $(BUILDDIR)/apps/features; \ 27 grep -v "^\#" | grep -v "^ *$$" > $(BUILDDIR)/apps/features; \
28 28
29$(BUILDDIR)/apps/genlang-features: $(BUILDDIR)/apps/features 29$(BUILDDIR)/apps/genlang-features: $(BUILDDIR)/apps/features
30 tr \\n : < $< > $@ 30 $(call PRINTS,GEN $(subst $(BUILDDIR)/,,$@))tr \\n : < $< > $@
31 31
32ASMDEFS_SRC += $(APPSDIR)/core_asmdefs.c 32ASMDEFS_SRC += $(APPSDIR)/core_asmdefs.c