[Scummvm-cvs-logs] CVS: scummvm configure,1.93,1.94

Travis Howell kirben at users.sourceforge.net
Thu May 6 03:32:02 CEST 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24637

Modified Files:
	configure 
Log Message:

Clean up all tmps on mingw


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- configure	5 May 2004 07:25:31 -0000	1.93
+++ configure	6 May 2004 10:31:01 -0000	1.94
@@ -67,7 +67,7 @@
 	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 @@
   _def_mpeg2='#undef USE_MPEG2'
 fi
 echo "$_mpeg2"
-rm -f $TMPC $TMPO
+rm -f $TMPC $TMPO$EXEEXT
 
 #
 # figure out installation directories





More information about the Scummvm-git-logs mailing list