From: wolf Date: Fri, 16 Aug 2002 12:06:04 +0000 (+0000) Subject: Fix string. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e8c5c09777a4bb166e98b57c7b03ed813ec954;p=dealii-svn.git Fix string. git-svn-id: https://svn.dealii.org/trunk@6333 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)