From: Zeev Suraski Date: Tue, 6 Jul 1999 19:24:13 +0000 (+0000) Subject: avoid two copies of pcre.c in the repository X-Git-Tag: BEFORE_REMOVING_GC_STEP1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee9fd57689cd3cd28c57260777403735b12e771;p=php avoid two copies of pcre.c in the repository --- diff --git a/ext/pcre/Makefile.am b/ext/pcre/Makefile.am index e329564532..b6c926519f 100644 --- a/ext/pcre/Makefile.am +++ b/ext/pcre/Makefile.am @@ -2,5 +2,5 @@ INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend noinst_LIBRARIES=libphpext_pcre.a -libphpext_pcre_a_SOURCES=pcre.c +libphpext_pcre_a_SOURCES=php_pcre.c SUBDIRS=@PCRE_SUBDIR@ diff --git a/ext/pcre/pcre.c b/ext/pcre/php_pcre.c similarity index 100% rename from ext/pcre/pcre.c rename to ext/pcre/php_pcre.c