summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2009-03-24 16:44:18 +0000
committerJoe Orton <jorton@apache.org>2009-03-24 16:44:18 +0000
commit1b459c77c87b58e905f97465fc66bbc061c9ae50 (patch)
tree50eae863dc237af2afb40e172b8e753e9e51ee83 /Makefile.in
parent76c228e7b88850b5b885071d5c1af236253c989e (diff)
downloadapr-1b459c77c87b58e905f97465fc66bbc061c9ae50.tar.gz
* configure.in, Makefile.in: Fix "make install" for DSO builds.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b23dc359a..c923ce833 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -87,7 +87,7 @@ apr-config.out: $(APR_CONFIG)
build/apr_rules.out: build/apr_rules.mk
sed 's,^\(apr_build.*=\).*$$,\1$(installbuilddir),' < build/apr_rules.mk > $@
-install: $(TARGETS)
+install: install-modules $(TARGETS)
$(APR_MKDIR) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(installbuilddir) \
$(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(includedir)
$(INSTALL_DATA) $(top_blddir)/include/apr.h $(DESTDIR)$(includedir)
@@ -116,7 +116,7 @@ install: $(TARGETS)
$(TARGET_LIB): $(OBJECTS)
$(LINK) @lib_target@ $(ALL_LIBS)
-install-modules: install-modules-@APU_HAVE_MODULES@
+install-modules: install-modules-@APR_HAVE_MODULES@
install-modules-no: