From: Justin Erenkrantz Date: Mon, 13 May 2002 05:49:50 +0000 (+0000) Subject: Stop trying to help apr and apr-util by installing their includes. They're X-Git-Tag: 2.0.37~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb83814de0a02ae41c2cb5755a0e1e55d7039719;p=thirdparty%2Fapache%2Fhttpd.git Stop trying to help apr and apr-util by installing their includes. They're smart enough to do so on their own. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95051 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 434d54cef83..935bd2e3b48 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,8 +160,6 @@ install-include: @cp -p $(srcdir)/modules/proxy/mod_proxy.h $(includedir) @cp -p $(srcdir)/modules/ssl/*.h $(includedir) @cp -p $(srcdir)/srclib/pcre/pcre*.h $(includedir) - @cp -p $(srcdir)/srclib/apr/include/*.h $(includedir) - @cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir) @cp -p $(srcdir)/os/$(OS_DIR)/*.h $(includedir) @chmod 644 $(includedir)/*.h