summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 14:33:06 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commite08c9ac696776cbd0bcd13b08409c709a18680e2 (patch)
treed38fe7406d55676a0b308338094d8f0fc7fdbc60 /buildtools/wafsamba/wafsamba.py
parent679eba61ea5f52b6a8a31cac472ef575af5c03f8 (diff)
downloadsamba-e08c9ac696776cbd0bcd13b08409c709a18680e2.tar.gz
samba-e08c9ac696776cbd0bcd13b08409c709a18680e2.tar.bz2
samba-e08c9ac696776cbd0bcd13b08409c709a18680e2.zip
waf: get rid of target aliases in wafsamba
these aliases are no longer needed, and can cause a lot of confusion
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index e6d3ef0d50..a9dfc4036c 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -324,12 +324,6 @@ def SAMBA_BINARY(bld, binname, source,
samba_install = install
)
- # setup the subsystem_name as an alias for the real
- # binary name, so it can be found when expanding
- # subsystem dependencies
- if subsystem_name is not None:
- bld.TARGET_ALIAS(subsystem_name, binname)
-
if manpages is not None and 'XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']:
bld.MANPAGES(manpages)