mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
init_frozen non-static, frozenmain.c not in Makefile any more
This commit is contained in:
parent
262e124107
commit
0b3449010e
2 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,7 @@ SYSLIBS= -lm
|
|||
|
||||
# === Rules ===
|
||||
|
||||
all: $(LIB) frozenmain.o
|
||||
all: $(LIB)
|
||||
|
||||
$(LIB): $& $(OBJS)
|
||||
-rm -f $(LIB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue