c_check: Unlink correct file

This commit is contained in:
Michael Lass
2019-06-05 17:31:01 +02:00
parent 7a9a4dbc4f
commit 9cdc828afa
+1 -1
View File
@@ -240,7 +240,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
} else {
$no_avx512 = 0;
}
unlink("tmpf.o");
unlink("$tmpf.o");
}
}