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

makefile.
This commit is contained in:
Charles-François Natali 2013-12-15 19:12:52 +01:00
commit 250a452fcf
1 changed files with 2 additions and 1 deletions

View File

@ -910,7 +910,8 @@ PYTHON_HEADERS= \
$(srcdir)/Include/warnings.h \ $(srcdir)/Include/warnings.h \
$(srcdir)/Include/weakrefobject.h \ $(srcdir)/Include/weakrefobject.h \
pyconfig.h \ pyconfig.h \
$(PARSER_HEADERS) $(PARSER_HEADERS) \
$(AST_H)
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS) $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)