]> granicus.if.org Git - apache/commitdiff
I knew I would get in trouble mucking with the build system.
authorJoshua Slive <slive@apache.org>
Tue, 29 Jul 2003 13:40:09 +0000 (13:40 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 29 Jul 2003 13:40:09 +0000 (13:40 +0000)
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

index 540c17bfe21e7d7490e753a7a83409bcfb2c1f34..bfc97a82a6df42d6dc55719dee9f19675541a8ae 100644 (file)
@@ -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