From 57a851d3a6226f7a62673a79ceb3b265fd1b6a8e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 11 Oct 2005 10:01:23 +0100 Subject: Fix the legacy %-build targets for dist installation of guest kernels. Signed-off-by: Keir Fraser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10b1fc8715..7b513c6209 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ install-tools: $(MAKE) -C tools install install-kernels: - for i in $(XKERNELS) ; do $(MAKE) $$i-build || exit 1; done + for i in $(XKERNELS) ; do $(MAKE) $$i-install || exit 1; done install-docs: sh ./docs/check_pkgs && $(MAKE) -C docs install || true -- cgit v1.2.3