Merge heads

This commit is contained in:
Serhiy Storchaka 2013-12-16 15:16:11 +02:00
commit 4d39df35d7
1 changed files with 2 additions and 1 deletions

View File

@ -750,7 +750,8 @@ PYTHON_HEADERS= \
Include/warnings.h \
Include/weakrefobject.h \
pyconfig.h \
$(PARSER_HEADERS)
$(PARSER_HEADERS) \
$(AST_H)
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)