From: Benjamin Peterson Date: Thu, 11 Aug 2011 19:46:26 +0000 (-0500) Subject: make only files which use AST depend on Python-ast.h X-Git-Tag: v3.3.0a1~1715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b684702259e064e0b03d92169a9aacbd5427d3d0;p=thirdparty%2FPython%2Fcpython.git make only files which use AST depend on Python-ast.h --- diff --git a/Makefile.pre.in b/Makefile.pre.in index c97c7ca5605c..e1afc97bf7dc 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 \