(svn r5220) Testing for existence AND using rm -f is tautologous

This commit is contained in:
tron 2006-06-10 20:11:02 +00:00
parent c9be4eed53
commit 7d0a139828
1 changed files with 1 additions and 4 deletions

5
configure vendored
View File

@ -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