Clean up after gcc

release
erg 2007-11-24 21:55:18 -06:00
parent 39fc7f864f
commit ed1b0e1c52
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ check_library_exists() {
echo "***Factor will compile NO_UI=1"
NO_UI=1
fi
rm -f GCC_TEST
rm -f GCC_OUT
rm -f $GCC_TEST
rm -f $GCC_OUT
}
check_X11_libraries() {