Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 77382 invoked from network); 29 Oct 2007 17:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 17:38:43 -0000 Received: (qmail 77514 invoked by uid 500); 29 Oct 2007 17:38:31 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 77478 invoked by uid 500); 29 Oct 2007 17:38:31 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 77467 invoked by uid 99); 29 Oct 2007 17:38:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 10:38:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 17:38:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D7CF01A9832; Mon, 29 Oct 2007 10:38:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589760 - /apr/apr-iconv/trunk/Makefile.in Date: Mon, 29 Oct 2007 17:38:10 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029173810.D7CF01A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Mon Oct 29 10:38:08 2007 New Revision: 589760 URL: http://svn.apache.org/viewvc?rev=589760&view=rev Log: Re-patch typo correction, this wasn't a redundant 'i'nclude, it was a P vs p paste error apparently :) Modified: apr/apr-iconv/trunk/Makefile.in Modified: apr/apr-iconv/trunk/Makefile.in URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/Makefile.in?rev=589760&r1=589759&r2=589760&view=diff ============================================================================== --- apr/apr-iconv/trunk/Makefile.in (original) +++ apr/apr-iconv/trunk/Makefile.in Mon Oct 29 10:38:08 2007 @@ -43,7 +43,7 @@ $(MKINSTALLDIRS) $(DESTDIR)$(include_prefix); \ fi; $(INSTALL_DATA) $(abs_srcdir)/include/api_version.h $(DESTDIR)$(include_prefix) - $(INSTALL_DATA) $(abs_srcdir)/nclude/apr_iconv.h $(DESTDIR)$(include_prefix) + $(INSTALL_DATA) $(abs_srcdir)/include/apr_iconv.h $(DESTDIR)$(include_prefix) if [ ! -d $(DESTDIR)$(exec_prefix) ]; then \ $(MKINSTALLDIRS) $(DESTDIR)$(exec_prefix); \ fi; \