summaryrefslogtreecommitdiffstats
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)
#
features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt
$(SILENT)mkdir -p $(BUILDDIR)/apps
+ $(SILENT)mkdir -p $(BUILDDIR)/lang
$(call PRINTS,PP $(<F))
$(SILENT)$(CC) $(PPCFLAGS) \
-E -P -imacros "config.h" -imacros "button.h" -x c $< | \