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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=135cda0f5fb0bd61612ded195fdfe3f41e62c768;p=apache 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 434d54cef8..935bd2e3b4 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