summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-01-09 16:35:08 +0000
committerRyan Bloom <rbb@apache.org>2001-01-09 16:35:08 +0000
commit9989f54a792b4848420ed80759c1ffbd1c60304c (patch)
tree947a1cc89ced3e06a9e6c55d09d7cc06c85f31dc /support/Makefile.in
parent591d6e4e8aadca9b4ce0591328748065377c5b3b (diff)
downloadhttpd-9989f54a792b4848420ed80759c1ffbd1c60304c.tar.gz
Fix a compile break related to the apr libtool change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index e51e5be98b..da2c388bab 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -5,7 +5,7 @@ targets = $(PROGRAMS)
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
- ../srclib/apr-util/libaprutil.la ../srclib/apr/$(LIBPRE)apr.a
+ ../srclib/apr-util/libaprutil.la ../srclib/apr/$(LIBPRE)apr.la
include $(top_srcdir)/build/rules.mk