Fixes errors like this with Cygwin in a crlf environment with
SHELLOPTS=igncr:
../../lib/common/colortbl.h:1524:2: error: missing terminating " character
1524 | {"/svg/ ",0,255,255,255,0,0,0},
| ^~~~~~
Although not shown in the error message, this line actually contained
a carriage return after /svg/:
{"/svg/^M",0,255,255,255,0,0,0},
$(AWK) -f $(top_srcdir)/awk/brewer.awk $(top_srcdir)/lib/common/brewer_colors > brewer_lib
svgcolor_lib : $(top_srcdir)/lib/common/svgcolor_names $(top_srcdir)/awk/svgcolor.awk
- $(AWK) -f $(top_srcdir)/awk/svgcolor.awk $(top_srcdir)/lib/common/svgcolor_names > svgcolor_lib
+ $(AWK) -v RS="\r*\n" -f $(top_srcdir)/awk/svgcolor.awk $(top_srcdir)/lib/common/svgcolor_names > svgcolor_lib
htmllex.o htmllex.lo: htmllex.c htmllex.h htmlparse.h
htmlparse.o htmlparse.lo: htmlparse.c htmlparse.h