]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix string.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Aug 2002 12:06:04 +0000 (12:06 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Aug 2002 12:06:04 +0000 (12:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@6333 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/Makefile

index 18c958305a0100752e465f5e6a6860484ede8df1..7686d319f99fc89345ef0cd2fa5b9710061e508d 100644 (file)
@@ -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)
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.