summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/check-each-file2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/check-each-file b/utils/check-each-file
index 7d73f30cc1..1f6a8aa065 100755
--- a/utils/check-each-file
+++ b/utils/check-each-file
@@ -115,6 +115,8 @@ for f in $files
do
rm -f $f && gmake $f CC=llvm-native-gcc
done
+rm -f $program
+$linker
if $checker
then
echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"