summaryrefslogtreecommitdiff
path: root/apps/apps.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.make')
-rw-r--r--apps/apps.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.make b/apps/apps.make
index 4df3e12d04..bd675578e5 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -17,6 +17,7 @@ SRC += $(call preprocess, $(APPSDIR)/SOURCES)
17# 17#
18features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt 18features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt
19 $(SILENT)mkdir -p $(BUILDDIR)/apps 19 $(SILENT)mkdir -p $(BUILDDIR)/apps
20 $(SILENT)mkdir -p $(BUILDDIR)/lang
20 $(call PRINTS,PP $(<F)) 21 $(call PRINTS,PP $(<F))
21 $(SILENT)$(CC) $(PPCFLAGS) \ 22 $(SILENT)$(CC) $(PPCFLAGS) \
22 -E -P -imacros "config.h" -imacros "button.h" -x c $< | \ 23 -E -P -imacros "config.h" -imacros "button.h" -x c $< | \