summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-11 14:46:26 -0500
committerBenjamin Peterson <benjamin@python.org>2011-08-11 14:46:26 -0500
commitcd4c5e56b8e1e6c11ee2f5c3b3695e48028a0a00 (patch)
tree074b8d91fbff94d984b0aef44d52ce0c91b016bc /Makefile.pre.in
parente9fa1b3a6a1973b0c6ce7b361de62d89ff0d11fe (diff)
downloadcpython-cd4c5e56b8e1e6c11ee2f5c3b3695e48028a0a00.tar.gz
make only files which use AST depend on Python-ast.h
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c97c7ca560..e1afc97bf7 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 \