]> granicus.if.org Git - apache/commitdiff
get "make extraclean" working for apr-util again
authorJeff Trawick <trawick@apache.org>
Tue, 31 Jul 2001 12:19:55 +0000 (12:19 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 31 Jul 2001 12:19:55 +0000 (12:19 +0000)
the apr-util build now depends on files in apr;
"make extraclean" in apr removes some of those files, causing
a subsequent "make extraclean" in apr-util to blow*; make in
apr-util first so we don't have this problem

*on some platforms make aborted; on others the error was
ignored though apr-util wasn't cleaned

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

srclib/Makefile.in

index 121ccc81a8f563c2dd53940cf2fa0a398280b28d..624bc89ff7abe75125dbb1bb755b5d76e7af93ad 100644 (file)
@@ -1,4 +1,4 @@
 
-SUBDIRS = apr $(AP_LIB_DIRS) apr-util pcre
+SUBDIRS = apr-util apr $(AP_LIB_DIRS) pcre
 
 include $(top_srcdir)/build/rules.mk