Index: Python/future.c =================================================================== --- Python/future.c (revision 67177) +++ Python/future.c (working copy) @@ -2,7 +2,6 @@ #include "Python-ast.h" #include "node.h" #include "token.h" -#include "graminit.h" #include "code.h" #include "compile.h" #include "symtable.h" Index: Makefile.pre.in =================================================================== --- Makefile.pre.in (revision 67177) +++ Makefile.pre.in (working copy) @@ -1197,6 +1197,8 @@ Python/thread.o: @THREADHEADERS@ +Python/ast.o Parser/parsetok.o Modules/parsermodule.o: $(srcdir)/Include/graminit.h + # Declare targets that aren't real files .PHONY: all build_all sharedmods oldsharedmods test quicktest memtest .PHONY: install altinstall oldsharedinstall bininstall altbininstall