OpenBSD complains.

This commit is contained in:
Ulf Möller 2000-03-20 18:19:38 +00:00
parent 623bb80b77
commit b313adc4b6

View file

@ -83,7 +83,7 @@ if (open(TEST,">cctest.c")) {
print OUT "Compiler doesn't work.\n";
goto err;
}
system("ar r cctest.a");
system("ar r cctest.a /dev/null");
if (not -f "cctest.a") {
print OUT "Check your archive tool (ar).\n";
goto err;