@@ -305,8 +305,9 @@ POBJS= \
305
305
PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
306
306
307
307
PARSER_HEADERS= \
308
- $(srcdir)/Parser/parser .h \
308
+ $(srcdir)/Include/grammar .h \
309
309
$(srcdir)/Include/parsetok.h \
310
+ $(srcdir)/Parser/parser.h \
310
311
$(srcdir)/Parser/tokenizer.h
311
312
312
313
##########################################################################
@@ -865,7 +866,7 @@ regen-symbol: $(srcdir)/Include/graminit.h
865
866
$(srcdir)/Include/graminit.h \
866
867
$(srcdir)/Lib/symbol.py
867
868
868
- Python/compile.o Python/symtable.o Python/ast_unparse.o Python/ast.o: $(srcdir)/Include/graminit.h $(srcdir)/Include/Python-ast.h
869
+ 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
869
870
870
871
Python/getplatform.o: $(srcdir)/Python/getplatform.c
871
872
$(CC) -c $(PY_CORE_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
@@ -965,11 +966,11 @@ PYTHON_HEADERS= \
965
966
$(srcdir)/Include/abstract.h \
966
967
$(srcdir)/Include/asdl.h \
967
968
$(srcdir)/Include/ast.h \
968
- $(srcdir)/Include/bltinmodule.h \
969
969
$(srcdir)/Include/bitset.h \
970
+ $(srcdir)/Include/bltinmodule.h \
970
971
$(srcdir)/Include/boolobject.h \
971
- $(srcdir)/Include/bytes_methods.h \
972
972
$(srcdir)/Include/bytearrayobject.h \
973
+ $(srcdir)/Include/bytes_methods.h \
973
974
$(srcdir)/Include/bytesobject.h \
974
975
$(srcdir)/Include/cellobject.h \
975
976
$(srcdir)/Include/ceval.h \
@@ -978,6 +979,7 @@ PYTHON_HEADERS= \
978
979
$(srcdir)/Include/codecs.h \
979
980
$(srcdir)/Include/compile.h \
980
981
$(srcdir)/Include/complexobject.h \
982
+ $(srcdir)/Include/context.h \
981
983
$(srcdir)/Include/descrobject.h \
982
984
$(srcdir)/Include/dictobject.h \
983
985
$(srcdir)/Include/dtoa.h \
@@ -1007,6 +1009,7 @@ PYTHON_HEADERS= \
1007
1009
$(srcdir)/Include/node.h \
1008
1010
$(srcdir)/Include/object.h \
1009
1011
$(srcdir)/Include/objimpl.h \
1012
+ $(srcdir)/Include/odictobject.h \
1010
1013
$(srcdir)/Include/opcode.h \
1011
1014
$(srcdir)/Include/osdefs.h \
1012
1015
$(srcdir)/Include/osmodule.h \
@@ -1021,15 +1024,15 @@ PYTHON_HEADERS= \
1021
1024
$(srcdir)/Include/pyfpe.h \
1022
1025
$(srcdir)/Include/pyhash.h \
1023
1026
$(srcdir)/Include/pylifecycle.h \
1024
- $(srcdir)/Include/pymath .h \
1027
+ $(srcdir)/Include/pymacconfig .h \
1025
1028
$(srcdir)/Include/pymacro.h \
1029
+ $(srcdir)/Include/pymath.h \
1026
1030
$(srcdir)/Include/pymem.h \
1027
1031
$(srcdir)/Include/pyport.h \
1028
1032
$(srcdir)/Include/pystate.h \
1029
- $(srcdir)/Include/context.h \
1030
1033
$(srcdir)/Include/pystrcmp.h \
1031
- $(srcdir)/Include/pystrtod.h \
1032
1034
$(srcdir)/Include/pystrhex.h \
1035
+ $(srcdir)/Include/pystrtod.h \
1033
1036
$(srcdir)/Include/pythonrun.h \
1034
1037
$(srcdir)/Include/pythread.h \
1035
1038
$(srcdir)/Include/pytime.h \
@@ -1040,6 +1043,7 @@ PYTHON_HEADERS= \
1040
1043
$(srcdir)/Include/structseq.h \
1041
1044
$(srcdir)/Include/symtable.h \
1042
1045
$(srcdir)/Include/sysmodule.h \
1046
+ $(srcdir)/Include/token.h \
1043
1047
$(srcdir)/Include/traceback.h \
1044
1048
$(srcdir)/Include/tracemalloc.h \
1045
1049
$(srcdir)/Include/tupleobject.h \
0 commit comments