From 10aa95945a80bd6a8789cfa67c48781d5f331bf9 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 5 Dec 2000 05:27:46 +0000 Subject: [PATCH] Use the correct apr-util library git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87199 13f79535-47bb-0310-9956-ffa450edef68 --- support/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Makefile.in b/support/Makefile.in index 0915fa2785..219a1de411 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -4,7 +4,7 @@ targets = $(PROGRAMS) PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = \ - ../srclib/apr-util/.libs/libaprutil.la ../srclib/apr/$(LIBPRE)apr.a + ../srclib/apr-util/libaprutil.la ../srclib/apr/$(LIBPRE)apr.a include $(top_srcdir)/build/rules.mk -- 2.50.1