c_check: Unlink correct file
authorMichael Lass <michael.lass@uni-paderborn.de>
Fri, 3 May 2019 19:22:27 +0000 (21:22 +0200)
committerMichael Lass <michael.lass@uni-paderborn.de>
Wed, 5 Jun 2019 15:31:01 +0000 (17:31 +0200)
c_check

diff --git a/c_check b/c_check
index d93b756..271182c 100644 (file)
--- a/c_check
+++ b/c_check
@@ -240,7 +240,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
        } else {
            $no_avx512 = 0;
        }
-       unlink("tmpf.o");
+       unlink("$tmpf.o");
     }
 }