init_frozen non-static, frozenmain.c not in Makefile any more

This commit is contained in:
Guido van Rossum 1995-02-07 15:35:27 +00:00
parent 262e124107
commit 0b3449010e
2 changed files with 4 additions and 2 deletions

View file

@ -48,7 +48,7 @@ SYSLIBS= -lm
# === Rules ===
all: $(LIB) frozenmain.o
all: $(LIB)
$(LIB): $& $(OBJS)
-rm -f $(LIB)