summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-16 13:17:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-16 13:17:13 (GMT)
commitb77817b288aae24618c1114c27d6e2d57c918df5 (patch)
treef1529f8693b61a8a6b284d4af3b7641c5ae1a7ef
parentcc83b0c8f6089d67e998b4322000c1805f4cb06e (diff)
parent17c2843033bca2c1b999d4349b8dc1622e956215 (diff)
downloadcpython-b77817b288aae24618c1114c27d6e2d57c918df5.zip
cpython-b77817b288aae24618c1114c27d6e2d57c918df5.tar.gz
cpython-b77817b288aae24618c1114c27d6e2d57c918df5.tar.bz2
Merge heads
-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)