Commit 68c91aae authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Get the Apache DSOs installed and give apr and apr-util

the opportunity to install their library files by
adding backa recursive install rule.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89149 13f79535-47bb-0310-9956-ffa450edef68
parent 80ebcf59
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -102,11 +102,10 @@ depend: depend-recursive
clean: clean-recursive
distclean: distclean-recursive
extraclean: extraclean-recursive

install: all-recursive local-install
install: install-recursive
shared-build: shared-build-recursive

all-recursive depend-recursive:
all-recursive install-recursive depend-recursive:
	@otarget=`echo $@|sed s/-recursive//`; \
	list='$(SUBDIRS)'; \
	for i in $$list; do \
@@ -255,7 +254,7 @@ SHLIB_SUFFIX = so
#
include $(builddir)/.deps

.PHONY: all all-recursive local-all $(PHONY_TARGETS) \
.PHONY: all all-recursive install-recursive local-all $(PHONY_TARGETS) \
	shared-build shared-build-recursive local-shared-build \
	depend depend-recursive local-depend x-local-depend \
	clean clean-recursive local-clean x-local-clean \