summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorCharles-François Natali <cf.natali@gmail.com>2013-12-15 18:09:00 (GMT)
committerCharles-François Natali <cf.natali@gmail.com>2013-12-15 18:09:00 (GMT)
commit46c686fc40a4cababf83f89e5a5bf867a06c647c (patch)
tree8573cb3aae16f6b86874b5f970cdb92e0f57a6f6 /Makefile.pre.in
parent6c527cf37f9ca6249f523ef3a59e27e64cc13e87 (diff)
downloadcpython-46c686fc40a4cababf83f89e5a5bf867a06c647c.zip
cpython-46c686fc40a4cababf83f89e5a5bf867a06c647c.tar.gz
cpython-46c686fc40a4cababf83f89e5a5bf867a06c647c.tar.bz2
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
makefile.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a6aa975..e97b07b 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)