]> granicus.if.org Git - apache/commitdiff
* Makefile.in: In the updated 5.x pcre build, pcre.h is in builddir.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 28 Nov 2004 19:07:37 +0000 (19:07 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 28 Nov 2004 19:07:37 +0000 (19:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106833 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 3e28897fac650665a507cb53d227b2ece8c0f9f3..f3ae0500d8afba46de47290f7b06f9524d8143cc 100644 (file)
@@ -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