From 8ee9fd57689cd3cd28c57260777403735b12e771 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 6 Jul 1999 19:24:13 +0000 Subject: [PATCH] avoid two copies of pcre.c in the repository --- ext/pcre/Makefile.am | 2 +- ext/pcre/{pcre.c => php_pcre.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ext/pcre/{pcre.c => php_pcre.c} (100%) 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 -- 2.40.0