1
0
Fork 0

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

release/0.5
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 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