summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-01 01:28:55 +0000
committerBenjamin Peterson <benjamin@python.org>2009-07-01 01:28:55 +0000
commita01f8d41c40bfba19343ce11eb9abc83cec12796 (patch)
tree790bcc6674e6db85a0ef54afa6e716d903b4ed5b /Makefile.pre.in
parent962fef8892546c0a14c0facd15a2c2e2bbbfccc1 (diff)
downloadcpython-a01f8d41c40bfba19343ce11eb9abc83cec12796.tar.gz
remove PyCObject
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 41fc51eddc..9b51a0b74b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -327,7 +327,6 @@ OBJECT_OBJS= \
Objects/bytesobject.o \
Objects/cellobject.o \
Objects/classobject.o \
- Objects/cobject.o \
Objects/codeobject.o \
Objects/complexobject.o \
Objects/descrobject.o \
@@ -622,7 +621,6 @@ PYTHON_HEADERS= \
Include/cellobject.h \
Include/ceval.h \
Include/classobject.h \
- Include/cobject.h \
Include/code.h \
Include/codecs.h \
Include/compile.h \