]> granicus.if.org Git - apache/commitdiff
With my normal sense of missing the boat :)
authorDavid Reid <dreid@apache.org>
Fri, 31 Aug 2001 09:47:53 +0000 (09:47 +0000)
committerDavid Reid <dreid@apache.org>
Fri, 31 Aug 2001 09:47:53 +0000 (09:47 +0000)
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

srclib/Makefile.in

index 624bc89ff7abe75125dbb1bb755b5d76e7af93ad..509afd1179b16f00a7bcfe69e63a4e8f05ea167a 100644 (file)
@@ -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