]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get the Apache DSOs installed and give apr and apr-util
authorJeff Trawick <trawick@apache.org>
Fri, 18 May 2001 09:45:44 +0000 (09:45 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 18 May 2001 09:45:44 +0000 (09:45 +0000)
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

build/rules.mk

index 383abacbff2567ef8d061543733f07dd16eea858..574c919f330fd20f35e23c72521fa302318db995 100644 (file)
@@ -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 \