Commit 83798bb2 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent eba6c87c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

SUBDIRS = apr apr-util pcre $(AP_LIB_DIRS)
SUBDIRS = apr $(AP_LIB_DIRS) apr-util pcre

include $(top_srcdir)/build/rules.mk