You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2004/11/28 20:07:38 UTC

svn commit: r106833 - /httpd/httpd/trunk/Makefile.in

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