]> granicus.if.org Git - apache/commitdiff
We need to build expat-lite before APR-utils, so just move that variable
authorRyan Bloom <rbb@apache.org>
Sat, 24 Feb 2001 19:16:04 +0000 (19:16 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 24 Feb 2001 19:16:04 +0000 (19:16 +0000)
to before apr-util.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88303 13f79535-47bb-0310-9956-ffa450edef68

srclib/Makefile.in

index b2c3daf83d944d8d3c90222a6e300c4148db3dfd..121ccc81a8f563c2dd53940cf2fa0a398280b28d 100644 (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