summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-24 20:16:04 +0100
committerRyan Bloom <rbb@apache.org>2001-02-24 20:16:04 +0100
commitfb0876d20cc03ee9d64106eb190fc8a000ed4022 (patch)
treec050db9ae0520eb1314a0d46ee2f0b283eee1dff
parentmove the _rini stuff into bs2login.c (the only user) (diff)
downloadapache2-fb0876d20cc03ee9d64106eb190fc8a000ed4022.tar.xz
apache2-fb0876d20cc03ee9d64106eb190fc8a000ed4022.zip
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
-rw-r--r--srclib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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