From c98eb04e669ca6932c1bc04f23050a3c13714a25 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 3 Mar 2000 15:42:39 +0000 Subject: [PATCH] Fix Makefiles in two places. git-svn-id: https://svn.dealii.org/trunk@2548 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/Makefile | 4 ++-- deal.II/examples/step-2/Makefile | 4 ++-- deal.II/examples/step-3/Makefile | 4 ++-- deal.II/examples/step-4/Makefile | 4 ++-- deal.II/examples/step-5/Makefile | 4 ++-- deal.II/examples/step-6/Makefile | 4 ++-- deal.II/examples/step-7/Makefile | 4 ++-- deal.II/examples/step-8/Makefile | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 82f039f12c..e24b9541e7 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -75,7 +75,7 @@ ifeq ($(debug-mode),on) libraries = $(target).go $(libs.g) flags = $(CXXFLAGS.g) else - libraries = $(target).go $(libs.o) + libraries = $(target).o $(libs.o) flags = $(CXXFLAGS.o) endif @@ -127,7 +127,7 @@ clean: @$(CXX) $(CXXFLAGS.g) -c $< -o $@ %.o : %.cc @echo ==============optimized===== $(