Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c because...
authorBrian Cameron <brian.cameron@sun.com>
Mon, 15 Dec 2003 18:40:13 +0000 (18:40 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Mon, 15 Dec 2003 18:40:13 +0000 (18:40 +0000)
commitc6a18b92c23fd31239a32a55b09cee87c108ca9d
tree69c1fb6799003c2a2432eaa91a76f0c889852a93
parentbdbfd1bebec6e681b04ecdbc76bfd75ee62b99c7
Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c because this caused grammar.tab.h to be incl...

Original commit message from CVS:
Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c
because this caused grammar.tab.h to be included twice in the file (since
it is already included directly in parse.l via an #include statement).
Including this file twice was causing Forte to be unable to compile it.
gst/parse/Makefile.am