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