From: Peter Stuge Date: Sun, 25 Jan 2009 23:59:30 +0000 (+0000) Subject: flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=bb79ba4aae7c5b9bf270577e4e75113466804a0b 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 --- 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)"; \