From 5a78e722a2f791145ef24c7849d1befa3bd606a8 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 21 Oct 2002 22:05:20 +0000 Subject: [PATCH] Don't be verbose when linking statically. git-svn-id: https://svn.dealii.org/trunk@6707 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index d7010d8baa..5d5cfcd0a3 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -35,7 +35,7 @@ endif $(LIBDIR)/libhsl.a: $(forward-declarations) $(o-files) @echo =====hsl==============optimized==$(MT)== Linking library: $(@F) - @ar ruv $@ $(o-files) + @ar ru $@ $(o-files) # link the object files to a shared library. since this is not C++, # simply use the C compiler, rather than $(SHLIBLD) -- 2.39.5