Remove more references to intobject.
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 @@
 		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 @@
 		Parser/printgrammar.c \
 		Parser/grammar.c \
 		Parser/firstsets.c) \
-		
+
 OBJ.PGEN=	$(addprefix $(OUT),$(notdir $(SRC.PGEN:.c=$O)))
 
 SRC.EXE=	$(TOP)Modules/python.c