flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n.
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
This commit is contained in:
parent
68c0cec9da
commit
bb79ba4aae
|
@ -55,7 +55,7 @@ dep:
|
||||||
@$(CC) -MM *.c > .dependencies
|
@$(CC) -MM *.c > .dependencies
|
||||||
|
|
||||||
pciutils:
|
pciutils:
|
||||||
@echo; echo -n "Checking for pciutils and zlib... "
|
@echo; printf "Checking for pciutils and zlib... "
|
||||||
@$(shell ( echo "#include <pci/pci.h>"; \
|
@$(shell ( echo "#include <pci/pci.h>"; \
|
||||||
echo "struct pci_access *pacc;"; \
|
echo "struct pci_access *pacc;"; \
|
||||||
echo "int main(int argc, char **argv)"; \
|
echo "int main(int argc, char **argv)"; \
|
||||||
|
|
Loading…
Reference in New Issue