mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
removed frozenmain.o from objects added to library
This commit is contained in:
parent
a46d51d9a4
commit
c2ed415a1b
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ OBJS= \
|
||||||
bltinmodule.o \
|
bltinmodule.o \
|
||||||
ceval.o cgensupport.o compile.o \
|
ceval.o cgensupport.o compile.o \
|
||||||
errors.o \
|
errors.o \
|
||||||
frozenmain.o \
|
|
||||||
getargs.o getmtime.o graminit.o \
|
getargs.o getmtime.o graminit.o \
|
||||||
import.o importdl.o \
|
import.o importdl.o \
|
||||||
marshal.o modsupport.o mystrtoul.o \
|
marshal.o modsupport.o mystrtoul.o \
|
||||||
|
@ -49,7 +48,7 @@ SYSLIBS= -lm
|
||||||
|
|
||||||
# === Rules ===
|
# === Rules ===
|
||||||
|
|
||||||
all: $(LIB)
|
all: $(LIB) frozenmain.o
|
||||||
|
|
||||||
$(LIB): $& $(OBJS)
|
$(LIB): $& $(OBJS)
|
||||||
-rm -f $(LIB)
|
-rm -f $(LIB)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue