added $& to $(LIB) target for Sequent

This commit is contained in:
Guido van Rossum 1995-01-17 16:11:29 +00:00
parent 938178283c
commit 087579ea51
4 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ LIB= libParser.a
all: $(LIB) $(PGEN)
$(LIB): $(PARSEROBJS)
$(LIB): $& $(PARSEROBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(PARSEROBJS)
$(RANLIB) $(LIB)