the file name, not the whole `#line LINE FILE'.
+2000-03-17 Akim Demaille <akim@epita.fr>
+
+ * src/Makefile.am (bison.simple): Fix the awk program: quote only
+ the file name, not the whole `#line LINE FILE'.
+
2000-03-17 Akim Demaille <akim@epita.fr>
On syntax errors, report the token on which we choked.
bison.simple: bison.s1 Makefile
sed -e "s/@bison_version@/$(VERSION)/" $(srcdir)/bison.s1 | \
awk '\
- /^#line/ { printf "\"#line %d $(datadir)/bison.simple\"\n", NR+1; next }\
+ /^#line/ { printf "#line %d \"$(datadir)/bison.simple\"\n", NR+1; next }\
{ print }' >$@t
mv $@t $@