summaryrefslogtreecommitdiff
path: root/util/superiotool/Makefile
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-29 22:23:48 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 09:10:32 +0000
commitb9585c5cc8a7a2f768dc6139d2fb1180fcaf1271 (patch)
treed02eed77eeaef829887c938be7636ae88455bb80 /util/superiotool/Makefile
parent5bc61dafd14748e21c5065943cb8e1af30601f4b (diff)
downloadcoreboot-b9585c5cc8a7a2f768dc6139d2fb1180fcaf1271.tar.xz
util/superiotool: Remove whitespace before tab
Change-Id: Ie79cfb92cfb8b8f628aa4b12bba946b0479fc466 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26668 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r--util/superiotool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile
index f05e1f9d1f..cedd63128f 100644
--- a/util/superiotool/Makefile
+++ b/util/superiotool/Makefile
@@ -104,7 +104,7 @@ pciutils:
@printf "\nChecking for pciutils and zlib... "
@echo "$$LIBPCI_TEST" > .test.c
@$(CC) $(CFLAGS) .test.c -o .test $(LIBS) >/dev/null 2>&1 && \
- printf "found.\n" || ( printf "not found.\n\n"; \
+ printf "found.\n" || ( printf "not found.\n\n"; \
printf "Please install pciutils-devel and zlib-devel.\n"; \
printf "See README for more information.\n\n"; \
rm -f .test.c .test; exit 1)