summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 7641076..f0f8d21 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -33,7 +33,6 @@ OBJS= \
bltinmodule.o \
ceval.o cgensupport.o compile.o \
errors.o \
- frozenmain.o \
getargs.o getmtime.o graminit.o \
import.o importdl.o \
marshal.o modsupport.o mystrtoul.o \
@@ -49,7 +48,7 @@ SYSLIBS= -lm
# === Rules ===
-all: $(LIB)
+all: $(LIB) frozenmain.o
$(LIB): $& $(OBJS)
-rm -f $(LIB)