If a static libc is not present in the system the build will fail with make complaining about commands starting before the first target. The patch fixes indentation of a warning about missing static libc, thus fixing the build. Signed-off-by: Maciek Borzecki <maciek.borzecki@xxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59622c30ad280679146398ca983a7d67a0e15777..19eb7e5ab6df4e71c5924ab99a97e63513cb168d 100644 --- a/Makefile +++ b/Makefile @@ -291,7 +291,7 @@ ifeq ($(call try-build,$(SOURCE_STATIC),$(CFLAGS),$(LDFLAGS) -static),y) GUEST_OBJS += guest/guest_pre_init.o endif else - $(warning No static libc found. Skipping guest init) +$(warning No static libc found. Skipping guest init) NOTFOUND += static-libc endif -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html