diff options
Diffstat (limited to 'apps/apps.make')
| -rw-r--r-- | apps/apps.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.make b/apps/apps.make index 4df3e12..bd67557 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 $< | \ |