From: wolf Date: Mon, 21 Oct 2002 22:05:20 +0000 (+0000) Subject: Don't be verbose when linking statically. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a78e722a2f791145ef24c7849d1befa3bd606a8;p=dealii-svn.git Don't be verbose when linking statically. git-svn-id: https://svn.dealii.org/trunk@6707 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)