Commit 103061a6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix b7d11546...

parent 5365c586
......@@ -151,8 +151,9 @@ while test $# -gt 0; do
# Mangle plugin name, if applicable
# This is just a convenience hack for modules/common.am
tgt="$1"
tgt="${tgt##*/}"
case "$tgt" in
*lib*_plugin_la-*.lo)
lib*_plugin_la-*.lo)
tgt="${tgt#*lib}"
tgt="${tgt%_plugin_la-*.lo}"
;;
......
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