From 1824537d9e4c743693033ffcccf25ff0b3221c74 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 15 Mar 2004 21:49:35 +0000 Subject: [PATCH] * server/Makefile.in: Revert duplicate eoc_bucket.c in LTLIBRARY_SOURCES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102973 13f79535-47bb-0310-9956-ffa450edef68 --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile.in b/server/Makefile.in index 9823f3acade..871d4e8dd7f 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -10,7 +10,7 @@ LTLIBRARY_SOURCES = \ test_char.h \ config.c log.c main.c vhost.c util.c \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ - connection.c listen.c eoc_bucket.c \ + connection.c listen.c \ mpm_common.c util_charset.c util_debug.c util_xml.c \ util_filter.c exports.c buildmark.c \ scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \ -- 2.47.3