changeset 1021:e8cc983945fe

Arghhhh, again ...
author lgb
date Tue, 05 Jun 2001 02:36:12 +0000
parents 72cacd3b8f30
children 655441d69aaa
files configure
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 05 02:26:56 2001 +0000
+++ b/configure	Tue Jun 05 02:36:12 2001 +0000
@@ -473,7 +473,7 @@
 if [ "$proc" = "error" ]; then
 	echo
 	echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2
-	rm -f $TMPC $TMPO
+	rm -f $TMPC $TMPO $TMPS
 	exit
 fi
 #echo "DONE (${proc})."
@@ -482,7 +482,7 @@
 $_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes
 
 $_cc $TMPC -o $TMPO -lpthread &> /dev/null || \
- { echo "Lib pthread not found."; rm -f $TMPC $TMPO ; exit 1; }
+ { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; }
 
 # Atmosfear: added SDL versioncheck and autodetect; removed warnings.
 _sdl=no
@@ -861,6 +861,7 @@
 else
   echo "failed"
   echo "Please upgrade binutils..." # to which version? - Atmos
+  rm -f $TMPS $TMPO $TMPC
   exit
 fi
 
@@ -1445,3 +1446,6 @@
  echo "Ok, Win32 codecs directory at $_win32libdir already exists."
 fi
 
+# Last move:
+
+rm -f $TMPO $TMPC $TMPS