Commit: dda60f3014743fcbfc1078a8e52b4d7b2e09b839 Author: Johannes Schlüter <johan...@php.net> Wed, 18 Apr 2012 22:45:59 +0200 Parents: f3d86b314f4977f95844aa4eaa41759c8d71c247 Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=dda60f3014743fcbfc1078a8e52b4d7b2e09b839 Log: Ensure the SQL parser is regenerated after changes. Changed paths: M ext/pdo/Makefile.frag Diff: diff --git a/ext/pdo/Makefile.frag b/ext/pdo/Makefile.frag index 283a6e2..98f5c5f 100644 --- a/ext/pdo/Makefile.frag +++ b/ext/pdo/Makefile.frag @@ -4,6 +4,10 @@ PDO_HEADER_FILES= \ php_pdo.h \ php_pdo_driver.h + +$(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re + (cd $(top_srcdir); $(RE2C) -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re) + install-pdo-headers: @echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/" @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php