Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 13459 invoked from network); 28 Nov 2004 19:07:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Nov 2004 19:07:54 -0000 Received: (qmail 54736 invoked by uid 500); 28 Nov 2004 19:07:40 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 54686 invoked by uid 500); 28 Nov 2004 19:07:40 -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 54659 invoked by uid 99); 28 Nov 2004 19:07:40 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 28 Nov 2004 11:07:39 -0800 Received: (qmail 13337 invoked by uid 65534); 28 Nov 2004 19:07:38 -0000 Date: 28 Nov 2004 19:07:38 -0000 Message-ID: <20041128190738.13333.qmail@minotaur.apache.org> From: jerenkrantz@apache.org To: cvs@httpd.apache.org Subject: svn commit: r106833 - /httpd/httpd/trunk/Makefile.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jerenkrantz Date: Sun Nov 28 11:07:37 2004 New Revision: 106833 URL: http://svn.apache.org/viewcvs?view=rev&rev=106833 Log: * Makefile.in: In the updated 5.x pcre build, pcre.h is in builddir. Modified: httpd/httpd/trunk/Makefile.in Modified: httpd/httpd/trunk/Makefile.in Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/Makefile.in?view=diff&rev=106833&p1=httpd/httpd/trunk/Makefile.in&r1=106832&p2=httpd/httpd/trunk/Makefile.in&r2=106833 ============================================================================== --- httpd/httpd/trunk/Makefile.in (original) +++ httpd/httpd/trunk/Makefile.in Sun Nov 28 11:07:37 2004 @@ -180,7 +180,7 @@ @cp -p $(srcdir)/modules/http/mod_core.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/modules/proxy/mod_proxy.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/modules/ssl/mod_ssl.h $(DESTDIR)$(includedir) - @cp -p $(srcdir)/srclib/pcre/pcre*.h $(DESTDIR)$(includedir) + @cp -p $(builddir)/srclib/pcre/pcre.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/os/$(OS_DIR)/*.h $(DESTDIR)$(includedir) @chmod 644 $(DESTDIR)$(includedir)/*.h