From a40338455c1c35e24ca47d07df52ca4d2c2fc419 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 17 Dec 2000 14:19:32 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://svn.dealii.org/trunk@3545 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.5