summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
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
59 $(SILENT) for f in \ 59 $(SILENT) for f in \
60 $$(cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ 60 $$(cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
61 $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" \ 61 $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" \
62 -imacros "button.h" - | grep -v "^\#" | grep -v "^$$"); \ 62 -imacros "button.h" - | grep -v "^#" | grep -v "^$$"); \
63 do feat="$$feat\\n\\\\edef\\\\UseOption{\\\\UseOption,$$f}"; done ; \ 63 do feat="$$feat\\n\\\\edef\\\\UseOption{\\\\UseOption,$$f}"; done ; \
64 printf "$$feat" > $@ 64 printf "$$feat" > $@
65 65