From: Charles-François Natali Date: Sun, 15 Dec 2013 18:09:00 +0000 (+0100) Subject: Issue #19965: Make sure that Python-ast.h is properly taken into account in the X-Git-Tag: v3.4.0b2~203^2~1^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46c686fc40a4cababf83f89e5a5bf867a06c647c;p=thirdparty%2FPython%2Fcpython.git 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 a6aa97577685..e97b07b24b12 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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)