From: Charles-François Natali Date: Sun, 15 Dec 2013 18:07:44 +0000 (+0100) Subject: Issue #19965: Make sure that Python-ast.h is properly taken into account in the X-Git-Tag: v2.7.8~197^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a2fe9c83c6e2f95eae007be856da30a2b48c189;p=python Issue #19965: Make sure that Python-ast.h is properly taken into account in the makefile. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 043919398c..c1a7f95861 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -750,7 +750,8 @@ PYTHON_HEADERS= \ Include/warnings.h \ Include/weakrefobject.h \ pyconfig.h \ - $(PARSER_HEADERS) + $(PARSER_HEADERS) \ + $(AST_H) $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)