diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 22:19:46 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:52 +1000 |
commit | fe7d1a18b956503851dcdc5fa455fbb47e8eb028 (patch) | |
tree | a06ec0efc4cb852beb99e3bff371e1786d80f3f4 /buildtools | |
parent | b7cc6d48d5664aa83951c31fbdaabfb839f1b420 (diff) | |
download | samba-fe7d1a18b956503851dcdc5fa455fbb47e8eb028.tar.gz samba-fe7d1a18b956503851dcdc5fa455fbb47e8eb028.tar.bz2 samba-fe7d1a18b956503851dcdc5fa455fbb47e8eb028.zip |
build: don't need the S4 in the PIDL prefix
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/samba_asn1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_asn1.py b/buildtools/wafsamba/samba_asn1.py index 6b099062c7..7e62af4ce3 100644 --- a/buildtools/wafsamba/samba_asn1.py +++ b/buildtools/wafsamba/samba_asn1.py @@ -23,7 +23,6 @@ def SAMBA_ASN1(bld, name, source, This will produce 2 output files''' bname = os.path.basename(source)[0:-5]; dname = os.path.dirname(source) - name = "ASN1_%s" % bname.upper() asn1name = "%s_asn1" % bname if not SET_TARGET_TYPE(bld, name, 'ASN1'): |