summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-11-28 19:07:37 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-11-28 19:07:37 +0000
commitafc2f2d809b6829f2c2280823aab0c79507df950 (patch)
tree3c412f95d497406856d025d344b5646c4f3a1136 /Makefile.in
parent0e9a04b9be4f844cff3ea8c5c26d363ad00d7d03 (diff)
downloadhttpd-afc2f2d809b6829f2c2280823aab0c79507df950.tar.gz
* 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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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