fix build warn in dolt

remove inexistant variable

Change-Id: I86db7aedb7151b508b4d52ad6bc8224d7386810a
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
This commit is contained in:
Guillaume Roguez
2018-01-31 13:16:22 -05:00
parent c5e74abe53
commit 7b1ce13f00

View File

@ -171,7 +171,7 @@ dhtproxy_variables="-DOPENDHT_PROXY_CLIENT=true -DOPENDHT_PROXY_SERVER=true -DOP
if $modeok && $tagok ; then
. ${top_builddir_slash}doltcompile "${args@<:@@@:>@}" ${dhtproxy_variables}
else
exec ${top_builddir_slash}libtool "$[]@" $(proxydht_variables) ${dhtproxy_variables}
exec ${top_builddir_slash}libtool "$[]@" ${dhtproxy_variables}
fi
__DOLTLIBTOOL__EOF__