Changeset - r4009:ad8ed2ae7cac
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-06-10 20:11:02
tron@openttd.org
(svn r5220) Testing for existence AND using rm -f is tautologous
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)