summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-07 22:09:52 (GMT)
committerGuido van Rossum <guido@python.org>2007-08-07 22:09:52 (GMT)
commit0cb85a972f45ab1c59c6f11ecb73cf9509e23225 (patch)
tree0bae8ec51a0e281f3e83bfb22cbc31cb609b70c8 /PC/os2emx/Makefile
parent22201221cc64029e729236ae7ac9ef1772e2cb01 (diff)
downloadcpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.zip
cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.gz
cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.bz2
Remove more references to intobject.
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r--PC/os2emx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index e13a666..0761fb1 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -381,7 +381,6 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/frameobject.c \
Objects/funcobject.c \
Objects/genobject.c \
- Objects/intobject.c \
Objects/iterobject.c \
Objects/listobject.c \
Objects/longobject.c \
@@ -420,7 +419,7 @@ SRC.PGEN= $(SRC.PARSE1) \
Parser/printgrammar.c \
Parser/grammar.c \
Parser/firstsets.c) \
-
+
OBJ.PGEN= $(addprefix $(OUT),$(notdir $(SRC.PGEN:.c=$O)))
SRC.EXE= $(TOP)Modules/python.c