From: Keir Fraser Date: Mon, 4 Aug 2008 15:44:14 +0000 (+0100) Subject: Fix make help for stubdom X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=10f71cbcc910500b31c59e082c3b0e477e704713;p=xen.git Fix make help for stubdom This patch fixes "make help". "make stubdomain" does not work. Signed-off-by: Akio Takebe --- diff --git a/Makefile b/Makefile index 35a09a6aa7..39aff692bc 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ help: @echo ' trees then make dist' @echo ' xen - build and install Xen hypervisor' @echo ' tools - build and install tools' - @echo ' stubdomain - build and install the stubdomain images' + @echo ' stubdom - build and install the stubdomain images' @echo ' kernels - build and install guest kernels' @echo ' kbuild - synonym for make kernels' @echo ' docs - build and install user documentation'