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>
This commit is contained in:
Pascal Quantin 2016-08-04 17:47:58 +02:00
parent d217ac4410
commit 5661420d7f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []