diff options
author | Guido van Rossum <guido@python.org> | 1995-01-17 16:11:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-17 16:11:29 (GMT) |
commit | 087579ea510b4ba5d25a4ca2e3ced9411a725023 (patch) | |
tree | 69f96b10e24a3c8b276e93f17b3612af77eca96d /Modules | |
parent | 938178283c29cdc2c8f5004d58dff110ac907883 (diff) | |
download | cpython-087579ea510b4ba5d25a4ca2e3ced9411a725023.zip cpython-087579ea510b4ba5d25a4ca2e3ced9411a725023.tar.gz cpython-087579ea510b4ba5d25a4ca2e3ced9411a725023.tar.bz2 |
added $& to $(LIB) target for Sequent
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 8ebf62a..0feec27 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -74,7 +74,7 @@ SYSLIBS= $(LIBM) $(LIBC) all: $(LIB) ../python sharedmods -$(LIB): $(OBJS) Makefile +$(LIB): $& $(OBJS) Makefile -rm -f $(LIB) $(AR) cr $(LIB) $(OBJS) $(RANLIB) $(LIB) |