php-src/ext/sqlite/Makefile.frag
Hartmut Holzgraefe 43ba3897c2 gracefully handle changes of the parse.y lemon file,
process it with lemon if available, else just keep the .c file from CVS
not doing so leads to make using its implicit .y->.c rule here and
bison doesn't really understand lemon syntax
2005-05-30 14:15:40 +00:00

3 lines
108 B
Makefile

$(srcdir)/libsqlite/src/parse.c: $(srcdir)/libsqlite/src/parse.y
$(LEMON) $(srcdir)/libsqlite/src/parse.y