summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildconf b/buildconf
index f5e0ab5fc..c2a455aa7 100755
--- a/buildconf
+++ b/buildconf
@@ -84,10 +84,7 @@ if [ ! -f $ltfile ]; then
exit 1
fi
-# Ugly. 'cp -f' isn't portable, so we work around
-if [ -f build/libtool.m4 ]; then
- rm -f build/libtool.m4
-fi
+rm -f build/libtool.m4
cp $ltfile build/libtool.m4
# This is just temporary until people's workspaces are cleared -- remove