mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
added $& to $(LIB) target for Sequent
This commit is contained in:
parent
938178283c
commit
087579ea51
4 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ SYSLIBS= -lm
|
|||
|
||||
all: $(LIB)
|
||||
|
||||
$(LIB): $(OBJS)
|
||||
$(LIB): $& $(OBJS)
|
||||
-rm -f $(LIB)
|
||||
$(AR) cr $(LIB) $(OBJS)
|
||||
$(RANLIB) $(LIB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue