From 46c686fc40a4cababf83f89e5a5bf867a06c647c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Charles-Fran=C3=A7ois=20Natali?= Date: Sun, 15 Dec 2013 19:09:00 +0100 Subject: [PATCH] Issue #19965: Make sure that Python-ast.h is properly taken into account in the makefile. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index a6aa975776..e97b07b24b 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) -- 2.40.0