diff options
| author | Guido van Rossum <guido@python.org> | 1995-02-07 15:35:27 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-02-07 15:35:27 +0000 |
| commit | bb62ecb0c4e01e785235eea4b78cd0470e42aa92 (patch) | |
| tree | beb2e39991fe0f0a61b48d537512a02230318071 /Python/Makefile.in | |
| parent | 9ee9364c14298c19cfc21e8c28782a0a664baf20 (diff) | |
| download | cpython-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.in | 2 |
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) |
