diff options
author | tron <tron@openttd.org> | 2006-06-10 20:11:02 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-06-10 20:11:02 +0000 |
commit | 89f0033d97f06d199fd975c3eaa7eee852694ecd (patch) | |
tree | 5f2dd144e8f08887feff45b307c224f43c9e9ae7 /configure | |
parent | acd6d83ca8f87049a5d2994bde4eebe3d7fb5213 (diff) | |
download | openttd-89f0033d97f06d199fd975c3eaa7eee852694ecd.tar.xz |
(svn r5220) Testing for existence AND using rm -f is tautologous
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |