summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-03-09 20:29:18 +0100
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-03-09 20:29:18 +0100
commit0db9f67bf466f18e8c41712c43e5320f78e1d9c4 (patch)
tree384b9e21a685e1ecb58ce45e4d884983c6f0d1f0 /Makefile.in
parentUpdate transformations. (diff)
downloadapache2-0db9f67bf466f18e8c41712c43e5320f78e1d9c4.tar.xz
apache2-0db9f67bf466f18e8c41712c43e5320f78e1d9c4.zip
Stop copying APR's libtool. And pass enough parameters to apr's subconfig
so that it can figure out where we would like libtool to be installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 298d329b4a..a9a5edce9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,11 +89,7 @@ install-build:
@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
config_vars.mk > $(installbuilddir)/config_vars.mk; \
cp build/*.mk $(installbuilddir); \
- cp $(top_srcdir)/build/instdso.sh $(installbuilddir); \
- cp srclib/apr/libtool $(installbuilddir); \
- if test -f srclib/apr/shlibtool; then \
- cp srclib/apr/shlibtool $(installbuilddir); \
- fi
+ cp $(top_srcdir)/build/instdso.sh $(installbuilddir);
htdocs-srcdir = $(top_srcdir)/docs/docroot