Commit 0640b738 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix the work-around for the work-around

parent 32b58fab
......@@ -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
......
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