Commit 5fb4a06e authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

* 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
parent 128f321b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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