From 22d4eec91116418b08239485f0bcc2cacab98162 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 26 Jan 2008 10:16:21 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3