aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-05-06 10:31:01 +0000
committerTravis Howell2004-05-06 10:31:01 +0000
commitfe2f4382fbd97b40aaddf7bf470ec2a24b004ac5 (patch)
tree1af12cacef76867e4fb52594642656b9420330a3
parente78421b66c7b608b767d9b4579466fed989b83c6 (diff)
downloadscummvm-rg350-fe2f4382fbd97b40aaddf7bf470ec2a24b004ac5.tar.gz
scummvm-rg350-fe2f4382fbd97b40aaddf7bf470ec2a24b004ac5.tar.bz2
scummvm-rg350-fe2f4382fbd97b40aaddf7bf470ec2a24b004ac5.zip
Clean up all tmps on mingw
svn-id: r13799
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 13aeba48c9..b015836237 100755
--- a/configure
+++ b/configure
@@ -67,7 +67,7 @@ cc_check() {
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
echo "$CXX $TMPC -o $TMPO $@" >> "$TMPLOG"
- rm -f "$TMPO"
+ rm -f "$TMPO$EXEEXT"
( $CXX "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
@@ -853,7 +853,7 @@ else
_def_mpeg2='#undef USE_MPEG2'
fi
echo "$_mpeg2"
-rm -f $TMPC $TMPO
+rm -f $TMPC $TMPO$EXEEXT
#
# figure out installation directories