Kaydet (Commit) 46c686fc authored tarafından Charles-François Natali's avatar Charles-François Natali

Issue #19965: Make sure that Python-ast.h is properly taken into account in the

makefile.
üst 6c527cf3
......@@ -848,7 +848,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment