buildtools: Work around a . being in the target name when building python3 helpers
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Feb 2017 02:07:39 +0000 (15:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Mar 2017 06:31:11 +0000 (07:31 +0100)
commitb7a53086120efb8185f2fe65b2db884d1ae1c2ef
tree85a526aec4e82ed89478c58c312b01651f1c061e
parentfe8bba5f8174b81eb4fe660f3250b9222498f9b7
buildtools: Work around a . being in the target name when building python3 helpers

The pyparam_util module becomes pyparam_util.cpython_35m_x86_64_linux_gnu but
the command line parser for -D stops at the first .

That we even set -DSTATIC_subsystem_MODULES_PROTO for these subsystems without
any modules ever declared is left for another time

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
buildtools/wafsamba/samba_deps.py