From 7a2fe9c83c6e2f95eae007be856da30a2b48c189 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Charles-Fran=C3=A7ois=20Natali?= Date: Sun, 15 Dec 2013 19:07:44 +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 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) -- 2.50.1