aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-08-04 17:47:58 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-08-04 18:54:05 +0000
commit5661420d7f5e8247183eb8fa3683a4d8143874a1 (patch)
treee384c473c28aabd1edf0d75095d76725738ce071 /tools/asn2wrs.py
parentd217ac4410b479b429bebb85d16ce6d4c78b3afc (diff)
asn2wrs: put back parsetab.py file in ASN.1 source folder
Otherwise it breaks multi threaded compilation. Follow-up of gd04be01 Bug: 12621 Change-Id: I2f6b7d6ca85a1cf5a6713c2b36c823a520d3bf3d Reviewed-on: https://code.wireshark.org/review/16886 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools/asn2wrs.py')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index bf18bda9d0..76cd10c674 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -7949,7 +7949,7 @@ def eth_main():
if ectx.dbg('y'): yd = 1
if ectx.dbg('p'): pd = 2
lexer = lex.lex(debug=ld)
- parser = yacc.yacc(method='LALR', debug=yd)
+ parser = yacc.yacc(method='LALR', debug=yd, outputdir='.')
parser.defaulted_states = {}
g_conform = ectx.conform
ast = []