summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/apps.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.make b/apps/apps.make
index 5eb5f6c70a..78ae121247 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -23,7 +23,7 @@ features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)
23 $(call PRINTS,PP $(<F)) 23 $(call PRINTS,PP $(<F))
24 $(SILENT)$(CC) $(PPCFLAGS) \ 24 $(SILENT)$(CC) $(PPCFLAGS) \
25 -E -P -imacros "config.h" -imacros "button.h" -x c $< | \ 25 -E -P -imacros "config.h" -imacros "button.h" -x c $< | \
26 grep -v "^\#" | grep -v "^$$" > $(BUILDDIR)/apps/features; \ 26 grep -v "^\#" | grep -v "^ *$$" > $(BUILDDIR)/apps/features; \
27 for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \ 27 for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \
28 echo "$$feat" >$(BUILDDIR)/apps/genlang-features 28 echo "$$feat" >$(BUILDDIR)/apps/genlang-features
29 29