Author: stuge Date: 2009-01-26 00:59:30 +0100 (Mon, 26 Jan 2009) New Revision: 3897
Modified: trunk/util/flashrom/Makefile Log: flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. Signed-off-by: Peter Stuge <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/util/flashrom/Makefile =================================================================== --- trunk/util/flashrom/Makefile 2009-01-25 23:55:12 UTC (rev 3896) +++ trunk/util/flashrom/Makefile 2009-01-25 23:59:30 UTC (rev 3897) @@ -55,7 +55,7 @@ @$(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)"; \ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

