Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 250a452

Browse files
committed
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
makefile.
2 parents a5f0eda + 325a102 commit 250a452

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,8 @@ PYTHON_HEADERS= \
910910
$(srcdir)/Include/warnings.h \
911911
$(srcdir)/Include/weakrefobject.h \
912912
pyconfig.h \
913-
$(PARSER_HEADERS)
913+
$(PARSER_HEADERS) \
914+
$(AST_H)
914915

915916
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
916917

0 commit comments

Comments
 (0)