summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
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