summaryrefslogtreecommitdiffstats
path: root/Objects/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/Makefile.in')
-rw-r--r--Objects/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Objects/Makefile.in b/Objects/Makefile.in
index f5a2230..90b93abc 100644
--- a/Objects/Makefile.in
+++ b/Objects/Makefile.in
@@ -26,7 +26,7 @@ SHELL= /bin/sh
# === Fixed definitions ===
-OBJS= abstract.o accessobject.o \
+OBJS= abstract.o \
classobject.o cobject.o complexobject.o \
fileobject.o floatobject.o \
frameobject.o funcobject.o intobject.o listobject.o \
@@ -35,7 +35,7 @@ OBJS= abstract.o accessobject.o \
sliceobject.o stringobject.o \
tupleobject.o typeobject.o
-SRCS= abstract.c accessobject.c \
+SRCS= abstract.c \
classobject.c cobject.c complexobject.c \
fileobject.c floatobject.c \
frameobject.c funcobject.c intobject.c listobject.c \
@@ -73,7 +73,6 @@ depend:
.PRECIOUS: Makefile
abstract.o: abstract.c
-accessobject.o: accessobject.c
classobject.o: classobject.c
cobject.o: cobject.c
complexobject.o: complexobject.c