]> granicus.if.org Git - re2c/commit
Makefile.am: dropped bison flags: -y -d --no-lines.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 12:39:57 +0000 (13:39 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 12:39:57 +0000 (13:39 +0100)
commit82d3d8aee84fd87077e7299e7a44a97ee7536de9
treea313e05fe32029cded2ab58b928af4c37a95d657
parentc61a7dd5234b9c6980c0af11d149f12b46e6c159
Makefile.am: dropped bison flags: -y -d --no-lines.

-y stands for yacc compatibility, we don't need it since we no longer
accept yacc instead of bison.

-d stands for defines file, we already specify that in makefile rule
for parser.

--no-lines is generally useless and didn't have any effect for some
reason (#line directives are present).
re2c/Makefile.am