aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-26 10:16:21 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-26 10:16:21 +0000
commit22d4eec91116418b08239485f0bcc2cacab98162 (patch)
treea1c657553df0712dc63cfe7b5a9bb0acbbba8025 /Makefile
parent111eac9793635bb00b3a97c0d2217c56cc23c037 (diff)
downloadxen-22d4eec91116418b08239485f0bcc2cacab98162.tar.gz
xen-22d4eec91116418b08239485f0bcc2cacab98162.tar.bz2
xen-22d4eec91116418b08239485f0bcc2cacab98162.zip
Changeset 16771 introduced a new file called tools/check/funcs.sh. This
file needs to be installed into distdir together with the check scripts. Signed-off-by: Frank Arnold <frank.arnold@amd.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49fdca4dd2..db1f47cccf 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ dist: dist-xen dist-kernels dist-tools dist-docs
$(INSTALL_DATA) ./COPYING $(DISTDIR)
$(INSTALL_DATA) ./README $(DISTDIR)
$(INSTALL_PROG) ./install.sh $(DISTDIR)
- $(INSTALL_PROG) tools/check/chk tools/check/check_* $(DISTDIR)/check
+ $(INSTALL_PROG) tools/check/chk tools/check/check_* tools/check/funcs.sh $(DISTDIR)/check
dist-%: DESTDIR=$(DISTDIR)/install
dist-%: install-%
@: # do nothing