changed ar -r to ar -rcu

This commit is contained in:
ulrikey 1999-06-01 15:59:18 +00:00
parent e8a4203712
commit 60d8e72aad
2 changed files with 2 additions and 2 deletions

View File

@ -46,5 +46,5 @@ include ../../bmakes/Makefile
##################################################################
lib: $(PROTOS) $(OBJS)
ar -r lib_HYPRE_DistributedMatrixPilutSolver.a $(OBJS)
ar -rcu lib_HYPRE_DistributedMatrixPilutSolver.a $(OBJS)

View File

@ -46,5 +46,5 @@ include ../../bmakes/Makefile
##################################################################
lib: $(PROTOS) $(OBJS)
ar -r lib_HYPRE_DistributedMatrixPilutSolver.a $(OBJS)
ar -rcu lib_HYPRE_DistributedMatrixPilutSolver.a $(OBJS)