From bb79ba4aae7c5b9bf270577e4e75113466804a0b Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sun, 25 Jan 2009 23:59:30 +0000 Subject: [PATCH] flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3897 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index 95adb881a..940f346ef 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -55,7 +55,7 @@ dep: @$(CC) -MM *.c > .dependencies pciutils: - @echo; echo -n "Checking for pciutils and zlib... " + @echo; printf "Checking for pciutils and zlib... " @$(shell ( echo "#include "; \ echo "struct pci_access *pacc;"; \ echo "int main(int argc, char **argv)"; \ -- 2.25.1