From: Pierre Joye Date: Tue, 9 Dec 2008 09:21:59 +0000 (+0000) Subject: - not used anymore X-Git-Tag: NEWS~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3b599807c426259f13304299c6b1c9bdf7076f2;p=php - not used anymore --- diff --git a/ext/zip/Makefile.frag b/ext/zip/Makefile.frag deleted file mode 100644 index b3781e3e7b..0000000000 --- a/ext/zip/Makefile.frag +++ /dev/null @@ -1,28 +0,0 @@ -phpincludedir=$(prefix)/include/php - -ZIP_HEADER_FILES= \ - zip.h \ - zipint.h \ - zip_alias.h \ - zipint_alias.h - -install-zip-headers: - @echo "Installing ZIP headers: $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib" - @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib - @for f in $(ZIP_HEADER_FILES); do \ - if test -f "$(top_srcdir)/lib/$$f"; then \ - $(INSTALL_DATA) $(top_srcdir)/lib/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib; \ - elif test -f "$(top_builddir)/lib/$$f"; then \ - $(INSTALL_DATA) $(top_builddir)/lib/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib; \ - elif test -f "$(top_srcdir)/ext/zip/lib/$$f"; then \ - $(INSTALL_DATA) $(top_srcdir)/ext/zip/lib/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib; \ - elif test -f "$(top_builddir)/ext/zip/lib/$$f"; then \ - $(INSTALL_DATA) $(top_builddir)/ext/zip/lib/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/zip/lib; \ - else \ - echo "hmmm"; \ - fi \ - done; - -# mini hack -install: $(all_targets) $(install_targets) install-zip-headers - diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 29705dbf16..ba30f7951b 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -70,5 +70,4 @@ if test "$PHP_ZIP" != "no"; then PHP_SUBST(ZIP_SHARED_LIBADD) dnl so we always include the known-good working hack. - PHP_ADD_MAKEFILE_FRAGMENT fi