1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
Ryan Bloom
2001-02-24 19:16:04 +00:00
parent 7500eeefd9
commit fb0876d20c

View File

@@ -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