mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
8 lines
355 B
GLSL
8 lines
355 B
GLSL
$(srcdir)/sqlite_sql_parser.c: $(srcdir)/sqlite_sql_parser.re
|
|
@(cd $(top_srcdir); \
|
|
if test -f ./sqlite_sql_parser.re; then \
|
|
$(RE2C) $(RE2C_FLAGS) --no-generation-date -o sqlite_sql_parser.c sqlite_sql_parser.re; \
|
|
else \
|
|
$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re; \
|
|
fi)
|