From 948fb7d00bd0484f6e21c46ce05153980e5bf34c Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 31 Aug 2001 09:47:53 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90844 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1