diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 22:04:52 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 22:04:52 +0000 |
commit | 0d36199cf991792369517ef38d714ae21d222671 (patch) | |
tree | 73af91f31525a8c35c521f4445ba854a347b913e /ext/pcre | |
parent | de2cea47c0840a58dc3ed29c3426e81eb0358d5a (diff) | |
download | php-git-0d36199cf991792369517ef38d714ae21d222671.tar.gz |
Large test commit IV
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/Makefile.in | 1 | ||||
-rw-r--r-- | ext/pcre/pcrelib/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/Makefile.in b/ext/pcre/Makefile.in index 656718cdd9..157bc8a00a 100644 --- a/ext/pcre/Makefile.in +++ b/ext/pcre/Makefile.in @@ -11,3 +11,4 @@ include $(top_srcdir)/build/dynlib.mk + diff --git a/ext/pcre/pcrelib/Makefile.in b/ext/pcre/pcrelib/Makefile.in index 5ab0d5a2e5..929b10cadb 100644 --- a/ext/pcre/pcrelib/Makefile.in +++ b/ext/pcre/pcrelib/Makefile.in @@ -7,3 +7,4 @@ include $(top_srcdir)/build/dynlib.mk + |