Skip to content

Commit c2ed415

Browse files
committed
removed frozenmain.o from objects added to library
1 parent a46d51d commit c2ed415

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Python/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ OBJS= \
3333
bltinmodule.o \
3434
ceval.o cgensupport.o compile.o \
3535
errors.o \
36-
frozenmain.o \
3736
getargs.o getmtime.o graminit.o \
3837
import.o importdl.o \
3938
marshal.o modsupport.o mystrtoul.o \
@@ -49,7 +48,7 @@ SYSLIBS= -lm
4948

5049
# === Rules ===
5150

52-
all: $(LIB)
51+
all: $(LIB) frozenmain.o
5352

5453
$(LIB): $& $(OBJS)
5554
-rm -f $(LIB)

0 commit comments

Comments
 (0)