Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 90100 invoked from network); 15 Jul 2006 22:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2006 22:36:41 -0000 Received: (qmail 61552 invoked by uid 500); 15 Jul 2006 22:36:41 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61522 invoked by uid 500); 15 Jul 2006 22:36:41 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 61511 invoked by uid 99); 15 Jul 2006 22:36:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 15:36:40 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 15:36:39 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 415DE1A981A; Sat, 15 Jul 2006 15:36:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r422306 - /httpd/httpd/trunk/server/Makefile.in Date: Sat, 15 Jul 2006 22:36:12 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060715223613.415DE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pquerna Date: Sat Jul 15 15:36:12 2006 New Revision: 422306 URL: http://svn.apache.org/viewvc?rev=422306&view=rev Log: gen_test_char doesn't actually need the util_debug object to work. Modified: httpd/httpd/trunk/server/Makefile.in Modified: httpd/httpd/trunk/server/Makefile.in URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/Makefile.in?rev=422306&r1=422305&r2=422306&view=diff ============================================================================== --- httpd/httpd/trunk/server/Makefile.in (original) +++ httpd/httpd/trunk/server/Makefile.in Sat Jul 15 15:36:12 2006 @@ -21,7 +21,7 @@ include $(top_builddir)/build/rules.mk include $(top_srcdir)/build/library.mk -gen_test_char_OBJECTS = gen_test_char.lo util_debug.lo +gen_test_char_OBJECTS = gen_test_char.lo gen_test_char: $(gen_test_char_OBJECTS) $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)