From 7d0a1398289bdc064290d1dc22260b8ddb1a66a2 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 10 Jun 2006 20:11:02 +0000 Subject: [PATCH] (svn r5220) Testing for existence AND using rm -f is tautologous --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index 9c2c726e49..2a30a58db1 100755 --- a/configure +++ b/configure @@ -262,10 +262,7 @@ then fi # First remove the Makefile.config, else you can have double entries -if test -e "Makefile.config" -then - rm -f Makefile.config -fi +rm -f Makefile.config echo "make upgradeconf $PARAM" > Makefile.run . Makefile.run