[Python-checkins] cpython (merge default -> default): Merge heads

serhiy.storchaka python-checkins at python.org
Mon Dec 16 14:22:59 CET 2013


http://hg.python.org/cpython/rev/8c0635156267
changeset:   87994:8c0635156267
parent:      87990:5e39c69bad21
parent:      87986:c9daa98d4733
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Dec 16 15:17:13 2013 +0200
summary:
  Merge heads

files:
  Makefile.pre.in |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,7 +910,8 @@
 		$(srcdir)/Include/warnings.h \
 		$(srcdir)/Include/weakrefobject.h \
 		pyconfig.h \
-		$(PARSER_HEADERS)
+		$(PARSER_HEADERS) \
+		$(AST_H)
 
 $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list