diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-24 19:16:04 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-24 19:16:04 +0000 |
commit | fb0876d20cc03ee9d64106eb190fc8a000ed4022 (patch) | |
tree | c050db9ae0520eb1314a0d46ee2f0b283eee1dff | |
parent | 7500eeefd983587cfc5ad22a9ce9257ec343ed6c (diff) | |
download | httpd-fb0876d20cc03ee9d64106eb190fc8a000ed4022.tar.gz |
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.in | 2 |
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 |