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
commitf1664ae13a4c2505ed1fee2d1090ee701c07aa63 (patch)
treefcf1796ac15c61bfb86b5f6071d4a8ede0bfa1b5 /Makefile.pre.in
parent286a0d2ff7b04474dca7e30b3612ae699db5234a (diff)
downloadcpython-git-f1664ae13a4c2505ed1fee2d1090ee701c07aa63.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 \