Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91391 invoked by uid 500); 22 Jan 2003 16:33:45 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91270 invoked by uid 500); 22 Jan 2003 16:33:43 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Jan 2003 16:33:42 -0000 Message-ID: <20030122163342.54725.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 NWGNUmakefile X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N bnicholes 2003/01/22 08:33:42 Modified: . NWGNUmakefile Log: Remove rfc1413.c from the build Revision Changes Path 1.14 +0 -1 httpd-2.0/NWGNUmakefile Index: NWGNUmakefile =================================================================== RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- NWGNUmakefile 16 Oct 2002 23:52:35 -0000 1.13 +++ NWGNUmakefile 22 Jan 2003 16:33:41 -0000 1.14 @@ -220,7 +220,6 @@ $(OBJDIR)/protocol.o \ $(OBJDIR)/provider.o \ $(OBJDIR)/request.o \ - $(OBJDIR)/rfc1413.o \ $(OBJDIR)/scoreboard.o \ $(OBJDIR)/util.o \ $(OBJDIR)/util_cfgtree.o \