1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Missing quotes

This commit is contained in:
Rémi Denis-Courmont 2006-02-28 08:37:44 +00:00
parent a761b62e7e
commit 0fbd1b1b5f

View File

@ -262,7 +262,7 @@ _plugin.a_plugin\$(LIBEXT):
#ifneq (,\$(findstring cygwin,\$(host)))
# mv "$@.exe" "$@"
#endif
@if test -f "$@.exe"; then mv "$@.exe" $@; fi
@if test -f "$@.exe"; then mv "$@.exe" "$@"; fi
if MAINTAINER_MODE
\$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/bootstrap