We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d86b3 commit dda60f3Copy full SHA for dda60f3
ext/pdo/Makefile.frag
@@ -4,6 +4,10 @@ PDO_HEADER_FILES= \
4
php_pdo.h \
5
php_pdo_driver.h
6
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
11
install-pdo-headers:
12
@echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/"
13
@$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo
0 commit comments