From 07e2b2b8285c017ba2e65bab9aa5804725f1ca9c Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 17 Oct 1999 20:14:23 +0000 Subject: [PATCH] ar -f flag is useless and incompatible. --- vvm/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vvm/Makefile.in b/vvm/Makefile.in index 3c6085d6a..c74e6bd99 100644 --- a/vvm/Makefile.in +++ b/vvm/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.6 1999/10/16 20:48:15 steve Exp $" +#ident "$Id: Makefile.in,v 1.7 1999/10/17 20:14:23 steve Exp $" # # SHELL = /bin/sh @@ -57,7 +57,7 @@ vvm_simulation.o vvm_thread.o libvvm.a: $O rm -f $@ - ar cvqf $@ $O + ar cvq $@ $O clean: rm -f *.o dep/*.d