ia64/xen-unstable
changeset 16892:97dd72c045a5
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>
file needs to be installed into distdir together with the check scripts.
Signed-off-by: Frank Arnold <frank.arnold@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat Jan 26 10:16:21 2008 +0000 (2008-01-26) |
parents | a4335050220c |
children | 3d71b7bf06ea |
files | Makefile |
line diff
1.1 --- a/Makefile Sat Jan 26 10:15:38 2008 +0000 1.2 +++ b/Makefile Sat Jan 26 10:16:21 2008 +0000 1.3 @@ -42,7 +42,7 @@ dist: dist-xen dist-kernels dist-tools d 1.4 $(INSTALL_DATA) ./COPYING $(DISTDIR) 1.5 $(INSTALL_DATA) ./README $(DISTDIR) 1.6 $(INSTALL_PROG) ./install.sh $(DISTDIR) 1.7 - $(INSTALL_PROG) tools/check/chk tools/check/check_* $(DISTDIR)/check 1.8 + $(INSTALL_PROG) tools/check/chk tools/check/check_* tools/check/funcs.sh $(DISTDIR)/check 1.9 dist-%: DESTDIR=$(DISTDIR)/install 1.10 dist-%: install-% 1.11 @: # do nothing