summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-05 00:36:09 +0000
committerRyan Bloom <rbb@apache.org>2000-12-05 00:36:09 +0000
commitb1e313ee47e1c9b0d5e37e556186eb69fa4163f5 (patch)
tree990479b8abd3a062d128cd6c840d5443d04b3904 /srclib/Makefile.in
parent5661f215a605cf6ca8debc006c5349792bce908b (diff)
downloadhttpd-b1e313ee47e1c9b0d5e37e556186eb69fa4163f5.tar.gz
Get base Apache to build properly. This doesn't solve the problem of
not having apr-util, but we should be getting to the link stage now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87190 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 a3ef7c0cbe..1e58b2679c 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = apr pcre aputil $(AP_LIB_DIRS)
+SUBDIRS = apr pcre $(AP_LIB_DIRS)
include $(top_srcdir)/build/rules.mk