]> git.sesse.net Git - vlc/blobdiff - activex/Makefile.am
mv -> mv -f
[vlc] / activex / Makefile.am
index cf605b545c76bb5f806fee2d3ee7f1e41507e4e1..7d88e355d3a2582a49c8a929bd8ab26023b951e0 100644 (file)
@@ -85,7 +85,7 @@ axvlc$(LIBEXT): $(libaxvlc_a_OBJECTS) \
          $(LIBRARIES_libvlc) -shared $(LIBRARIES_libvlc) $(LDFLAGS_activex) \
          $(INCLUDED_LIBINTL)
 # Cygwin work-around
-       @if test -f "$@.exe"; then mv "$@.exe" "$@"; fi
+       @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi
 
 
 DATA_axvlc_tlb = $(axvlc_tlb_DATA)