From 0640b738e27b650c51de19ef5e0aaff7c5302a97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 28 Feb 2006 09:01:59 +0000 Subject: [PATCH 1/1] Fix the work-around for the work-around --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2