]> git.sesse.net Git - vlc/commitdiff
Fix the work-around for the work-around
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 09:01:59 +0000 (09:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 09:01:59 +0000 (09:01 +0000)
bootstrap

index b46cd8a04f405b0436190510a8fda00682390c8c..f5dcfa54f106ca9b0b56a53eac09300931d98ec3 100755 (executable)
--- 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