summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-10-08 03:32:34 (GMT)
committerGuido van Rossum <guido@python.org>2007-10-08 03:32:34 (GMT)
commitbe801acbb1add9b6cc159f349dacad460ca5cc84 (patch)
tree597587d2dc189790573d09d1e85537ebe4720eeb /Makefile.pre.in
parentbae07c9baf3e53164de6f85a18ce747a76b9ffde (diff)
downloadcpython-be801acbb1add9b6cc159f349dacad460ca5cc84.zip
cpython-be801acbb1add9b6cc159f349dacad460ca5cc84.tar.gz
cpython-be801acbb1add9b6cc159f349dacad460ca5cc84.tar.bz2
Delete bufferobject.[ch].
This will undoubtedly require Windows build file changes too.
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 2e03527..5df03f5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -285,7 +285,6 @@ PYTHON_OBJS= \
OBJECT_OBJS= \
Objects/abstract.o \
Objects/boolobject.o \
- Objects/bufferobject.o \
Objects/bytesobject.o \
Objects/cellobject.o \
Objects/classobject.o \
@@ -530,7 +529,6 @@ PYTHON_HEADERS= \
Include/asdl.h \
Include/abstract.h \
Include/boolobject.h \
- Include/bufferobject.h \
Include/bytesobject.h \
Include/ceval.h \
Include/classobject.h \