Skip to content

Commit dda60f3

Browse files
committed
Ensure the SQL parser is regenerated after changes.
1 parent f3d86b3 commit dda60f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/pdo/Makefile.frag

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ PDO_HEADER_FILES= \
44
php_pdo.h \
55
php_pdo_driver.h
66

7+
8+
$(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re
9+
(cd $(top_srcdir); $(RE2C) -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re)
10+
711
install-pdo-headers:
812
@echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/"
913
@$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo

0 commit comments

Comments
 (0)