Commit 6a735733 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

mv -> mv -f

parent f969865d
......@@ -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)
......
......@@ -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
......
......@@ -129,7 +129,7 @@ $(npvlc): $(libnpvlc_a_OBJECTS) $(libnpvlc_a_DEPENDENCIES) stamp-pic
$(CXXLINK) $(libnpvlc_a_OBJECTS) $(DATA_npvlc_rc) \
$(LDFLAGS_libnpvlc)
# Cygwin work-around
@if test -f "$@.exe"; then mv "$@.exe" "$@"; fi
@if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi
vlcintf_xptdir = $(libdir)/mozilla/components
vlcintf.xpt: vlcintf.idl
......
......@@ -213,7 +213,7 @@ libvlc$(LIBEXT): $(OBJECTS_libvlc_so) stamp-builtins
# libvlc$(LIBEXT)
rm -f libvlc.a
# Cygwin work-around
@if test -f "$@.exe"; then mv "$@.exe" "$@"; fi
@if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi
endif
EXTRA_DIST += \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment