* bootstrap: fixed bashism (#411).

This commit is contained in:
Sam Hocevar 2005-10-26 14:37:49 +00:00
parent f0d69f13d3
commit b308b839ac
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ all-modules:
# Build a plugin with the adequate linker and linker's flags
_plugin.a_plugin\$(LIBEXT):
@mod="\$*" ; mod=\$\${mod:3} ; \
@mod="\$*" ; mod=\$\${mod#lib} ; \
ldfl="\`\$(VLC_CONFIG) --libs plugin \$\$mod\` -u \$(SYMPREF)\$(VLC_ENTRY)" ; \
case \`\$(VLC_CONFIG) --linkage \$\$mod\` in \\
c++) ld="\$(CXXLINK)" ;; \