c_check: Unlink correct file

This commit is contained in:
Michael Lass 2019-05-03 21:22:27 +02:00
parent 7a9a4dbc4f
commit 9cdc828afa
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
} else { } else {
$no_avx512 = 0; $no_avx512 = 0;
} }
unlink("tmpf.o"); unlink("$tmpf.o");
} }
} }