From 9989f54a792b4848420ed80759c1ffbd1c60304c Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 9 Jan 2001 16:35:08 +0000 Subject: [PATCH] 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 --- support/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1