mirror of https://github.com/python/cpython
Merge.
This commit is contained in:
commit
a3499c49cf
|
@ -910,7 +910,8 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/warnings.h \
|
||||
$(srcdir)/Include/weakrefobject.h \
|
||||
pyconfig.h \
|
||||
$(PARSER_HEADERS)
|
||||
$(PARSER_HEADERS) \
|
||||
$(AST_H)
|
||||
|
||||
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue