Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38aa417

Browse files
committedApr 16, 2018
Allow pecl like usage in ext/pdo, refs #2955
1 parent 928d2cb commit 38aa417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ext/pdo/Makefile.frag

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PDO_HEADER_FILES= \
77

88

99
$(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re
10-
(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re)
10+
cd $(srcdir) && $(RE2C) --no-generation-date -o pdo_sql_parser.c pdo_sql_parser.re
1111

1212
install-pdo-headers:
1313
@echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/"

0 commit comments

Comments
 (0)
Please sign in to comment.