From: Ryan Bloom Date: Sat, 24 Feb 2001 19:16:04 +0000 (+0000) Subject: We need to build expat-lite before APR-utils, so just move that variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83798bb29aae3cf4b2be9531e5ae4f6673f92e69;p=apache We need to build expat-lite before APR-utils, so just move that variable to before apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/srclib/Makefile.in b/srclib/Makefile.in index b2c3daf83d..121ccc81a8 100644 --- a/srclib/Makefile.in +++ b/srclib/Makefile.in @@ -1,4 +1,4 @@ -SUBDIRS = apr apr-util pcre $(AP_LIB_DIRS) +SUBDIRS = apr $(AP_LIB_DIRS) apr-util pcre include $(top_srcdir)/build/rules.mk