summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f09f7df033..540c17bfe2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,7 +96,8 @@ install-build:
cp build/*.mk $(DESTDIR)$(installbuilddir); \
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)/build/instdso.sh $(DESTDIR)$(installbuilddir); \
+ cp $(top_srcdir)/config.nice $(DESTDIR)$(installbuilddir);
htdocs-srcdir = $(top_srcdir)/docs/docroot