summaryrefslogtreecommitdiffstats
path: root/build/rules.mk.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-31 19:02:23 +0200
committerRyan Bloom <rbb@apache.org>2001-08-31 19:02:23 +0200
commit8e90e6632ebf96a2661965514d70a503f42bcdbf (patch)
treef890627cc905d8506d5144f351b63bdfabf544ed /build/rules.mk.in
parentInstall the mod_core.h file. Mod_proxy relies on it. (diff)
downloadapache2-8e90e6632ebf96a2661965514d70a503f42bcdbf.tar.xz
apache2-8e90e6632ebf96a2661965514d70a503f42bcdbf.zip
Allow us to build APR before APR-util, but clean APR-util before
APR. This should fix the build for BeOS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rules.mk.in')
-rw-r--r--build/rules.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules.mk.in b/build/rules.mk.in
index 3cd53f8ffa..29dd2deb90 100644
--- a/build/rules.mk.in
+++ b/build/rules.mk.in
@@ -107,7 +107,7 @@ shared-build: shared-build-recursive
all-recursive install-recursive depend-recursive:
@otarget=`echo $@|sed s/-recursive//`; \
- list='$(SUBDIRS)'; \
+ list=' $(BUILD_SUBDIRS) $(SUBDIRS)'; \
for i in $$list; do \
if test -d "$$i"; then \
target="$$otarget"; \
@@ -128,7 +128,7 @@ all-recursive install-recursive depend-recursive:
clean-recursive distclean-recursive extraclean-recursive:
@otarget=`echo $@|sed s/-recursive//`; \
- list='$(SUBDIRS) $(CLEAN_SUBDIRS)'; \
+ list='$(CLEAN_SUBDIRS) $(SUBDIRS)'; \
for i in $$list; do \
if test -d "$$i"; then \
target="$$otarget"; \