Commit cedb09de authored by Peter Stuge's avatar Peter Stuge
Browse files

Make Makefile a bit more portable


Shell echo doesn't always know -n.

Corresponding to flashrom svn r392 and coreboot v2 svn r3897.
Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
Acked-by: default avatarPeter Stuge <peter@stuge.se>
parent 8440cc0e
......@@ -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)"; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment