mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00

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
2 lines
108 B
Makefile
2 lines
108 B
Makefile
$(srcdir)/libsqlite/src/parse.c: $(srcdir)/libsqlite/src/parse.y
|
|
$(LEMON) $(srcdir)/libsqlite/src/parse.y
|