summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2001-08-31 09:47:53 +0000
committerDavid Reid <dreid@apache.org>2001-08-31 09:47:53 +0000
commit948fb7d00bd0484f6e21c46ce05153980e5bf34c (patch)
treecb86c1e7216fa08c507aac750970c767d0c330fd /srclib
parent3b7e6c81ef98d6c0f7a82dca05d66eaf56bde3f5 (diff)
downloadhttpd-948fb7d00bd0484f6e21c46ce05153980e5bf34c.tar.gz
With my normal sense of missing the boat :)
This gets the build working on BeOS again :) Apologies for the delay :( Jeff changed the order of apr-util and apr to solve a "cleaning" issue but that makes me uncomfortable as apr-util is dependant on apr, so if we clean apr-util we shouldn't be altering anything in apr. If I decide to rebuild apr-util then apr should still be buildable. Sorry Jeff but I think we need a different solution :( Submitted by: Peter Schultz <pete@beforever.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/Makefile.in b/srclib/Makefile.in
index 624bc89ff7..509afd1179 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = apr-util apr $(AP_LIB_DIRS) pcre
+SUBDIRS = apr apr-util $(AP_LIB_DIRS) pcre
include $(top_srcdir)/build/rules.mk