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
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