From: RĂ©mi Denis-Courmont Date: Tue, 28 Feb 2006 09:01:59 +0000 (+0000) Subject: Fix the work-around for the work-around X-Git-Tag: 0.9.0-test0~12133 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=0640b738e27b650c51de19ef5e0aaff7c5302a97;hp=32b58fab97e13c95f118f3b7b6000911be5e0ac8;p=vlc Fix the work-around for the work-around --- diff --git a/bootstrap b/bootstrap index b46cd8a04f..f5dcfa54f1 100755 --- a/bootstrap +++ b/bootstrap @@ -260,9 +260,9 @@ _plugin.a_plugin\$(LIBEXT): echo \$\$ld \$< \$\$ldfl ; \ \$\$ld \$< \$\$ldfl #ifneq (,\$(findstring cygwin,\$(host))) -# mv -f "$@.exe" "$@" +# mv -f "\$@.exe" "\$@" #endif - @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi + @if test -f "\$@.exe"; then mv -f "\$@.exe" "\$@"; fi if MAINTAINER_MODE \$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/bootstrap