From 36acce73a1f2cf9b38ace78035ab887c8182e4e8 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 3 Mar 2000 14:18:41 +0000 Subject: [PATCH] Fix two problems. git-svn-id: https://svn.dealii.org/trunk@2547 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.small | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index 2d02725034..716b6d9107 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -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===== $(