From b684702259e064e0b03d92169a9aacbd5427d3d0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Aug 2011 14:46:26 -0500 Subject: [PATCH] make only files which use AST depend on Python-ast.h --- Makefile.pre.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index c97c7ca5605..e1afc97bf7d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -658,7 +658,6 @@ $(srcdir)/Objects/typeslots.inc: $(srcdir)/Include/typeslots.h $(srcdir)/Objects # Header files PYTHON_HEADERS= \ - Include/Python-ast.h \ Include/Python.h \ Include/abstract.h \ Include/asdl.h \