(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 acd6d83ca8
commit 89f0033d97

5
configure vendored
View File

@@ -262,10 +262,7 @@ then
fi fi
# First remove the Makefile.config, else you can have double entries # First remove the Makefile.config, else you can have double entries
if test -e "Makefile.config" rm -f Makefile.config
then
rm -f Makefile.config
fi
echo "make upgradeconf $PARAM" > Makefile.run echo "make upgradeconf $PARAM" > Makefile.run
. Makefile.run . Makefile.run