From: Jeff Trawick Date: Fri, 18 May 2001 09:45:44 +0000 (+0000) Subject: Get the Apache DSOs installed and give apr and apr-util X-Git-Tag: 2.0.18~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf63ef9c0c0d869b03a77be5b2763ae4007816d0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/build/rules.mk b/build/rules.mk index 383abacbff2..574c919f330 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -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 \