Commit 087579ea authored by Guido van Rossum's avatar Guido van Rossum

added $& to $(LIB) target for Sequent

parent 93817828
......@@ -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)
......
......@@ -47,7 +47,7 @@ LIB= libObjects.a
all: $(LIB)
$(LIB): $(OBJS)
$(LIB): $& $(OBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(OBJS)
$(RANLIB) $(LIB)
......
......@@ -45,7 +45,7 @@ LIB= libParser.a
all: $(LIB) $(PGEN)
$(LIB): $(PARSEROBJS)
$(LIB): $& $(PARSEROBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(PARSEROBJS)
$(RANLIB) $(LIB)
......
......@@ -51,7 +51,7 @@ SYSLIBS= -lm
all: $(LIB)
$(LIB): $(OBJS)
$(LIB): $& $(OBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(OBJS)
$(RANLIB) $(LIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment