- remove a warning that was not ment to be checked in.

1_4_stable
Bernhard Reutner-Fischer 2006-12-06 23:14:31 +00:00
parent feea1b972c
commit b7c50c9896
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS))
#SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))''] #SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))'']
%.syn: %.c %.syn: %.c
$(warning fla='$(SYN_CPPFLAGS)')
synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $< synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $<
.PHONY: html .PHONY: html