@@ -321,8 +321,9 @@ PGOBJS= \
321
321
Parser/pgenmain.o
322
322
323
323
PARSER_HEADERS= \
324
- $(srcdir)/Parser/parser .h \
324
+ $(srcdir)/Include/grammar .h \
325
325
$(srcdir)/Include/parsetok.h \
326
+ $(srcdir)/Parser/parser.h \
326
327
$(srcdir)/Parser/tokenizer.h
327
328
328
329
PGENOBJS= $(POBJS) $(PGOBJS)
@@ -856,7 +857,7 @@ regen-opcode:
856
857
$(srcdir)/Include/opcode.h.new
857
858
$(UPDATE_FILE) $(srcdir)/Include/opcode.h $(srcdir)/Include/opcode.h.new
858
859
859
- Python/compile.o Python/symtable.o Python/ast_unparse.o Python/ast.o: $(srcdir)/Include/graminit.h $(srcdir)/Include/Python-ast.h
860
+ Python/compile.o Python/symtable.o Python/ast_unparse.o Python/ast.o Python/future.o Parser/parsetok.o : $(srcdir)/Include/graminit.h $(srcdir)/Include/Python-ast.h
860
861
861
862
Python/getplatform.o: $(srcdir)/Python/getplatform.c
862
863
$(CC) -c $(PY_CORE_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
@@ -951,11 +952,11 @@ PYTHON_HEADERS= \
951
952
$(srcdir)/Include/accu.h \
952
953
$(srcdir)/Include/asdl.h \
953
954
$(srcdir)/Include/ast.h \
954
- $(srcdir)/Include/bltinmodule.h \
955
955
$(srcdir)/Include/bitset.h \
956
+ $(srcdir)/Include/bltinmodule.h \
956
957
$(srcdir)/Include/boolobject.h \
957
- $(srcdir)/Include/bytes_methods.h \
958
958
$(srcdir)/Include/bytearrayobject.h \
959
+ $(srcdir)/Include/bytes_methods.h \
959
960
$(srcdir)/Include/bytesobject.h \
960
961
$(srcdir)/Include/cellobject.h \
961
962
$(srcdir)/Include/ceval.h \
@@ -964,6 +965,7 @@ PYTHON_HEADERS= \
964
965
$(srcdir)/Include/codecs.h \
965
966
$(srcdir)/Include/compile.h \
966
967
$(srcdir)/Include/complexobject.h \
968
+ $(srcdir)/Include/context.h \
967
969
$(srcdir)/Include/descrobject.h \
968
970
$(srcdir)/Include/dictobject.h \
969
971
$(srcdir)/Include/dtoa.h \
@@ -993,6 +995,7 @@ PYTHON_HEADERS= \
993
995
$(srcdir)/Include/node.h \
994
996
$(srcdir)/Include/object.h \
995
997
$(srcdir)/Include/objimpl.h \
998
+ $(srcdir)/Include/odictobject.h \
996
999
$(srcdir)/Include/opcode.h \
997
1000
$(srcdir)/Include/osdefs.h \
998
1001
$(srcdir)/Include/osmodule.h \
@@ -1009,15 +1012,15 @@ PYTHON_HEADERS= \
1009
1012
$(srcdir)/Include/pyfpe.h \
1010
1013
$(srcdir)/Include/pyhash.h \
1011
1014
$(srcdir)/Include/pylifecycle.h \
1012
- $(srcdir)/Include/pymath .h \
1015
+ $(srcdir)/Include/pymacconfig .h \
1013
1016
$(srcdir)/Include/pymacro.h \
1017
+ $(srcdir)/Include/pymath.h \
1014
1018
$(srcdir)/Include/pymem.h \
1015
1019
$(srcdir)/Include/pyport.h \
1016
1020
$(srcdir)/Include/pystate.h \
1017
- $(srcdir)/Include/context.h \
1018
1021
$(srcdir)/Include/pystrcmp.h \
1019
- $(srcdir)/Include/pystrtod.h \
1020
1022
$(srcdir)/Include/pystrhex.h \
1023
+ $(srcdir)/Include/pystrtod.h \
1021
1024
$(srcdir)/Include/pythonrun.h \
1022
1025
$(srcdir)/Include/pythread.h \
1023
1026
$(srcdir)/Include/pytime.h \
@@ -1028,6 +1031,7 @@ PYTHON_HEADERS= \
1028
1031
$(srcdir)/Include/structseq.h \
1029
1032
$(srcdir)/Include/symtable.h \
1030
1033
$(srcdir)/Include/sysmodule.h \
1034
+ $(srcdir)/Include/token.h \
1031
1035
$(srcdir)/Include/traceback.h \
1032
1036
$(srcdir)/Include/tupleobject.h \
1033
1037
$(srcdir)/Include/ucnhash.h \
0 commit comments