added $& to $(LIB) target for Sequent
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 @@
 
 all:		$(LIB) ../python sharedmods
 
-$(LIB):		$(OBJS) Makefile
+$(LIB):		$& $(OBJS) Makefile
 		-rm -f $(LIB)
 		$(AR) cr $(LIB) $(OBJS)
 		$(RANLIB) $(LIB)