http://hg.python.org/cpython/rev/80013e1d16ee changeset: 87992:80013e1d16ee branch: 2.7 parent: 87991:e4beb183a674 parent: 87977:874813a3523d user: Serhiy Storchaka <storchaka at gmail.com> date: Mon Dec 16 15:16:11 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 @@ -750,7 +750,8 @@ Include/warnings.h \ 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