]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix indentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 Dec 2000 14:19:32 +0000 (14:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 Dec 2000 14:19:32 +0000 (14:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@3545 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/Makefile

index 4c6c766795fd967360096edb5274b3942f3d0705..a6d1912e9fe0f2603e291bf1f87a41498953d440 100644 (file)
@@ -76,20 +76,20 @@ endif
 
 
 lib/libbase.a: $(forward-declarations) $(o-files)
-       @echo =====base=============debug=====$(MT)== Linking library:   $@
+       @echo =====base=============debug======$(MT)== Linking library:   $@
        @ar ruv $@ $(o-files)
 
 lib/libbase.g.a: $(forward-declarations) $(go-files)
-       @echo =====base=============optimized=$(MT)== Linking library:   $@
+       @echo =====base=============optimized==$(MT)== Linking library:   $@
        @ar ruv $@ $(go-files)
 
 
 lib/libbase.so: $(forward-declarations) $(o-files)
-       @echo =====base=============optimized=$(MT)== Linking library:   $@
+       @echo =====base=============optimized==$(MT)== Linking library:   $@
        @$(CC) $(CXXFLAGS.o) -shared -o $@ $(o-files)
 
 lib/libbase.g.so: $(forward-declarations) $(go-files)
-       @echo =====base=============debug=====$(MT)== Linking library:   $@
+       @echo =====base=============debug======$(MT)== Linking library:   $@
        @$(CC) $(CXXFLAGS.g) -shared -o $@ $(go-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.