diff options
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index e1d3c1fb81..6718085e30 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -59,7 +59,7 @@ $(OBJDIR)/features.tex: $(ROOTDIR)/apps/features.txt $(SILENT) for f in \ $$(cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" \ - -imacros "button.h" - | grep -v "^\#" | grep -v "^$$"); \ + -imacros "button.h" - | grep -v "^#" | grep -v "^$$"); \ do feat="$$feat\\n\\\\edef\\\\UseOption{\\\\UseOption,$$f}"; done ; \ printf "$$feat" > $@ |