summaryrefslogtreecommitdiff
path: root/Python/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-07 15:35:27 +0000
committerGuido van Rossum <guido@python.org>1995-02-07 15:35:27 +0000
commitbb62ecb0c4e01e785235eea4b78cd0470e42aa92 (patch)
treebeb2e39991fe0f0a61b48d537512a02230318071 /Python/Makefile.in
parent9ee9364c14298c19cfc21e8c28782a0a664baf20 (diff)
downloadcpython-bb62ecb0c4e01e785235eea4b78cd0470e42aa92.tar.gz
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 f0f8d21ec2..838c2961bd 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)