diff options
-rw-r--r-- | apps/apps.make | 2 |
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) $(call PRINTS,PP $(<F)) $(SILENT)$(CC) $(PPCFLAGS) \ -E -P -imacros "config.h" -imacros "button.h" -x c $< | \ - grep -v "^\#" | grep -v "^$$" > $(BUILDDIR)/apps/features; \ + grep -v "^\#" | grep -v "^ *$$" > $(BUILDDIR)/apps/features; \ for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \ echo "$$feat" >$(BUILDDIR)/apps/genlang-features |