summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorCharles-François Natali <cf.natali@gmail.com>2013-12-15 18:12:52 (GMT)
committerCharles-François Natali <cf.natali@gmail.com>2013-12-15 18:12:52 (GMT)
commit250a452fcf99ce6ed628d0da574370a6c084ecac (patch)
tree832031fb2ea98d71b43dbc0b7e390ec2b4de69d0 /Makefile.pre.in
parenta5f0eda91ade2f764c3e06d1eb728a95d40dd524 (diff)
parent325a10277fd32c17788cdf11e3c4db2d648cbc33 (diff)
downloadcpython-250a452fcf99ce6ed628d0da574370a6c084ecac.zip
cpython-250a452fcf99ce6ed628d0da574370a6c084ecac.tar.gz
cpython-250a452fcf99ce6ed628d0da574370a6c084ecac.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 f843aa5..009d4be 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,7 +910,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)