From 34e8c5c09777a4bb166e98b57c7b03ed813ec954 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Aug 2002 12:06:04 +0000 Subject: [PATCH] Fix string. git-svn-id: https://svn.dealii.org/trunk@6333 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 18c958305a..7686d319f9 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -34,13 +34,13 @@ endif $(LIBDIR)/libhsl.a: $(forward-declarations) $(o-files) - @echo =====base=============optimized==$(MT)== Linking library: $@ + @echo =====hsl==============optimized==$(MT)== Linking library: $@ @ar ruv $@ $(o-files) # link the object files to a shared library. since this is not C++, # simply use the C compiler, rather than $(SHLIBLD) $(LIBDIR)/libhsl.so: $(forward-declarations) $(o-files) - @echo =====base=============optimized==$(MT)== Linking library: $@ + @echo =====hsl==============optimized==$(MT)== Linking library: $@ @$(CC) $(LDFLAGS) -shared -o $@ $(o-files) -- 2.39.5