From: wolf Date: Sun, 17 Dec 2000 14:19:32 +0000 (+0000) Subject: Fix indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b1868e091638904d9952eddd6425d79b2ebc61;p=dealii-svn.git Fix indentation. git-svn-id: https://svn.dealii.org/trunk@3545 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/Makefile b/deal.II/base/Makefile index 4c6c766795..a6d1912e9f 100644 --- a/deal.II/base/Makefile +++ b/deal.II/base/Makefile @@ -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)