From: Joshua Slive Date: Tue, 29 Jul 2003 13:40:09 +0000 (+0000) Subject: I knew I would get in trouble mucking with the build system. X-Git-Tag: pre_ajp_proxy~1331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c13d3d986c6bcb43413dfd028647998f5b9fe758;p=apache I knew I would get in trouble mucking with the build system. Use topbuilddir rather than topsrcdir to find config.nice. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 540c17bfe2..bfc97a82a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ install-build: sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \ cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); \ - cp $(top_srcdir)/config.nice $(DESTDIR)$(installbuilddir); + cp $(top_builddir)/config.nice $(DESTDIR)$(installbuilddir); htdocs-srcdir = $(top_srcdir)/docs/docroot