From: Wolfgang Bangerth Date: Sun, 17 Dec 2000 14:19:32 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v8.0.0~19888 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40338455c1c35e24ca47d07df52ca4d2c2fc419;p=dealii.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)