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-Tag: 2.0.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0876d20cc03ee9d64106eb190fc8a000ed4022;p=thirdparty%2Fapache%2Fhttpd.git 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 b2c3daf83d9..121ccc81a8f 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