aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Gray2003-05-18 11:27:35 +0000
committerJonathan Gray2003-05-18 11:27:35 +0000
commit6174bb7c6b67cb703e89abba785002343bb2d9b8 (patch)
tree195b4a7ea11731b52b3d557c3b95738da6cc44a4 /configure
parent48d642dea6eb11d74502faa29db638fd60afe96b (diff)
downloadscummvm-rg350-6174bb7c6b67cb703e89abba785002343bb2d9b8.tar.gz
scummvm-rg350-6174bb7c6b67cb703e89abba785002343bb2d9b8.tar.bz2
scummvm-rg350-6174bb7c6b67cb703e89abba785002343bb2d9b8.zip
rm -f
svn-id: r7628
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b598091951..aebee8508d 100755
--- a/configure
+++ b/configure
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
return 0;
}
EOF
-eval "$1 -o tmp_cxx_compiler tmp_cxx_compiler.cpp 2> /dev/null" && eval "./tmp_cxx_compiler 2> /dev/null" && rm tmp_cxx_compiler tmp_cxx_compiler.cpp
+eval "$1 -o tmp_cxx_compiler tmp_cxx_compiler.cpp 2> /dev/null" && eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler tmp_cxx_compiler.cpp
}
#
@@ -104,7 +104,7 @@ if eval "$CXX -o tmp_find_type_with_size tmp_find_type_with_size.cpp"; then
exit 1
fi
fi
-rm tmp_find_type_with_size tmp_find_type_with_size.cpp
+rm -f tmp_find_type_with_size tmp_find_type_with_size.cpp
echo $datatype
}
@@ -259,7 +259,7 @@ case $endianess in
exit 1
;;
esac
-rm tmp_endianess_check tmp_endianess_check.cpp
+rm -f tmp_endianess_check tmp_endianess_check.cpp
#
# Determine data type sizes