summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-07 15:35:27 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-07 15:35:27 (GMT)
commit0b3449010e15a08977e669cfdb8146bb789a5809 (patch)
treea7159aef30e828879bf64d1b1a246bbc3d5727a8 /Python/Makefile.in
parent262e124107806a16ba45e2b68a76d89ebb7d2dc8 (diff)
downloadcpython-0b3449010e15a08977e669cfdb8146bb789a5809.zip
cpython-0b3449010e15a08977e669cfdb8146bb789a5809.tar.gz
cpython-0b3449010e15a08977e669cfdb8146bb789a5809.tar.bz2
init_frozen non-static, frozenmain.c not in Makefile any more
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)