Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 99154 invoked by uid 500); 9 Jan 2001 16:35:11 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 99133 invoked by uid 500); 9 Jan 2001 16:35:10 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Jan 2001 16:35:09 -0000 Message-ID: <20010109163509.99097.qmail@apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/support Makefile.in rbb 01/01/09 08:35:09 Modified: support Makefile.in Log: Fix a compile break related to the apr libtool change. Revision Changes Path 1.11 +1 -1 httpd-2.0/support/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/support/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.in 2001/01/06 21:47:49 1.10 +++ Makefile.in 2001/01/09 16:35:08 1.11 @@ -5,7 +5,7 @@ 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