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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user