From b5891a4337eb6744c8ac22cc02df3257961ae23e Mon Sep 17 00:00:00 2001 From: James Hunt Date: Fri, 6 Nov 2015 13:42:27 +0000 Subject: [PATCH] Tabs should not be used outside rules. Signed-off-by: James Hunt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b3aebb..2d19d8a 100644 --- a/Makefile +++ b/Makefile @@ -291,8 +291,8 @@ 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) - NOTFOUND += static-libc + $(warning No static libc found. Skipping guest init) + NOTFOUND += static-libc endif ifeq (y,$(ARCH_WANT_LIBFDT))