flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n.
authorPeter Stuge <peter@stuge.se>
Sun, 25 Jan 2009 23:59:30 +0000 (23:59 +0000)
committerPeter Stuge <peter@stuge.se>
Sun, 25 Jan 2009 23:59:30 +0000 (23:59 +0000)
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3897 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/flashrom/Makefile

index 95adb881a802996d1d28ea8894c533ff98c6c788..940f346ef8bfc11b88b3e78c566f1c570a2e2576 100644 (file)
@@ -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 <pci/pci.h>";            \
                   echo "struct pci_access *pacc;";        \
                   echo "int main(int argc, char **argv)"; \