aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 6a08fcdab..d257f6de5 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -122,7 +122,6 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS))
122#SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))''] 122#SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))'']
123 123
124%.syn: %.c 124%.syn: %.c
125 $(warning fla='$(SYN_CPPFLAGS)')
126 synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $< 125 synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $<
127 126
128.PHONY: html 127.PHONY: html