summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-07-31 12:19:55 +0000
committerJeff Trawick <trawick@apache.org>2001-07-31 12:19:55 +0000
commit8cc619e5bcfc328bfaf63b160622bcc5db3c0497 (patch)
tree3037787d7b06930e79a8731ca91273678064c3b9 /srclib/Makefile.in
parentf437a6cdf8de1adc25285690c6541948dd194a44 (diff)
downloadhttpd-8cc619e5bcfc328bfaf63b160622bcc5db3c0497.tar.gz
get "make extraclean" working for apr-util again
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
Diffstat (limited to 'srclib/Makefile.in')
-rw-r--r--srclib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/Makefile.in b/srclib/Makefile.in
index 121ccc81a8..624bc89ff7 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -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