Forgot to tidy up temp files during check_cc.

This commit is contained in:
Adam Sutton 2012-08-23 15:01:29 +01:00
parent fab1f902bb
commit 7630970887

View file

@ -237,6 +237,9 @@ int main() {
}
EOF
$CC 2>/dev/null $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt
RET=$?
rm -f $TMPDIR/$$.{c,bin}
return $RET
}
# Check compiler header