# HG changeset patch # User tron # Date 2006-06-10 20:11:02 # Node ID ad8ed2ae7caca0115a40313c4757574bee46e450 # Parent d0a1a80001955cd2bbccd6eb9493be17177144df (svn r5220) Testing for existence AND using rm -f is tautologous diff --git a/configure b/configure --- 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