Clean up after gcc
parent
39fc7f864f
commit
ed1b0e1c52
|
@ -61,8 +61,8 @@ check_library_exists() {
|
||||||
echo "***Factor will compile NO_UI=1"
|
echo "***Factor will compile NO_UI=1"
|
||||||
NO_UI=1
|
NO_UI=1
|
||||||
fi
|
fi
|
||||||
rm -f GCC_TEST
|
rm -f $GCC_TEST
|
||||||
rm -f GCC_OUT
|
rm -f $GCC_OUT
|
||||||
}
|
}
|
||||||
|
|
||||||
check_X11_libraries() {
|
check_X11_libraries() {
|
||||||
|
|
Loading…
Reference in New Issue