From c13d3d986c6bcb43413dfd028647998f5b9fe758 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 29 Jul 2003 13:40:09 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1