summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Python/Makefile.in')
-rw-r--r--Python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in
index f0f8d21..838c296 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -48,7 +48,7 @@ SYSLIBS= -lm
# === Rules ===
-all: $(LIB) frozenmain.o
+all: $(LIB)
$(LIB): $& $(OBJS)
-rm -f $(LIB)