summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-10 20:11:02 +0000
committertron <tron@openttd.org>2006-06-10 20:11:02 +0000
commit7d0a1398289bdc064290d1dc22260b8ddb1a66a2 (patch)
tree5f2dd144e8f08887feff45b307c224f43c9e9ae7 /configure
parentc9be4eed53496ddd33eaaeedfe10eacbb2f3a107 (diff)
downloadopenttd-7d0a1398289bdc064290d1dc22260b8ddb1a66a2.tar.xz
(svn r5220) Testing for existence AND using rm -f is tautologous
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 9c2c726e4..2a30a58db 100755
--- a/configure
+++ b/configure
@@ -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