From: Justin Erenkrantz Date: Sun, 28 Nov 2004 19:07:37 +0000 (+0000) Subject: * Makefile.in: In the updated 5.x pcre build, pcre.h is in builddir. X-Git-Tag: 2.1.2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afc2f2d809b6829f2c2280823aab0c79507df950;p=apache * Makefile.in: In the updated 5.x pcre build, pcre.h is in builddir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 3e28897fac..f3ae0500d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,7 +180,7 @@ install-include: @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