mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Clean up all tmps on mingw
svn-id: r13799
This commit is contained in:
parent
e78421b66c
commit
fe2f4382fb
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user