summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.make2
-rw-r--r--apps/lang/lang.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/apps.make b/apps/apps.make
index ffb37ac..6afcd12 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
diff --git a/apps/lang/lang.make b/apps/lang/lang.make
index a41520a..d0dac71 100644
--- a/apps/lang/lang.make
+++ b/apps/lang/lang.make
@@ -24,7 +24,7 @@ CLEANOBJS += $(BUILDDIR)/lang/max_language_size.h $(BUILDDIR)/lang/lang*
# TODO: In the future generate this file within genlang or another script
# in order to only calculate the maximum size based on the core strings.
$(BUILDDIR)/lang/max_language_size.h: $(LANGOBJ)
- $(call PRINTS,Create $(notdir $@))
+ $(call PRINTS,GEN $(subst $(BUILDDIR)/,,$@))
$(SILENT)echo "#define MAX_LANGUAGE_SIZE `ls -ln $(BUILDDIR)/apps/lang/* | awk '{print $$5-10}' | sort -n | tail -1`" > $@
$(BUILDDIR)/lang/lang_core.o: $(APPSDIR)/lang/$(LANGUAGE).lang $(BUILDDIR)/apps/features