]> granicus.if.org Git - php/commitdiff
avoid two copies of pcre.c in the repository
authorZeev Suraski <zeev@php.net>
Tue, 6 Jul 1999 19:24:13 +0000 (19:24 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 6 Jul 1999 19:24:13 +0000 (19:24 +0000)
ext/pcre/Makefile.am
ext/pcre/php_pcre.c [moved from ext/pcre/pcre.c with 100% similarity]

index e3295645323f074ab81a6bae3b3d48da7a627b64..b6c926519f0793a1988bc357f21538d9282ff16b 100644 (file)
@@ -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@
similarity index 100%
rename from ext/pcre/pcre.c
rename to ext/pcre/php_pcre.c