summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-10-08 03:39:26 (GMT)
committerGuido van Rossum <guido@python.org>2007-10-08 03:39:26 (GMT)
commit0ea230b80a2f2c67635142281cfb38a78684c442 (patch)
tree9768b638a68b9b8963f6784537b5eea3372829e7 /PC/os2emx/Makefile
parentbe801acbb1add9b6cc159f349dacad460ca5cc84 (diff)
downloadcpython-0ea230b80a2f2c67635142281cfb38a78684c442.zip
cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.gz
cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.bz2
Remove more traces of bufferobject.[ch] from build files etc.
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r--PC/os2emx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index b84d22b..bb32bc5 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -366,7 +366,6 @@ SRC.PYTHON= $(addprefix $(TOP), \
SRC.OBJECT= $(addprefix $(TOP), \
Objects/abstract.c \
Objects/boolobject.c \
- Objects/bufferobject.c \
Objects/cellobject.c \
Objects/classobject.c \
Objects/cobject.c \