]> git.sesse.net Git - vlc/blobdiff - bootstrap
mv -> mv -f
[vlc] / bootstrap
index e6a94a61a267ae846e58a2969fcc8a06d56330b9..b46cd8a04f405b0436190510a8fda00682390c8c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -260,9 +260,9 @@ _plugin.a_plugin\$(LIBEXT):
        echo \$\$ld \$< \$\$ldfl ; \
        \$\$ld \$< \$\$ldfl
 #ifneq (,\$(findstring cygwin,\$(host)))
-#      mv "$@.exe" "$@"
+#      mv -f "$@.exe" "$@"
 #endif
-       @if test -f "$@.exe"; then mv "$@.exe" "$@"; fi
+       @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi
 
 if MAINTAINER_MODE
 \$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/bootstrap