From f1a32e2781a3c91a64daaceb26fd26af5b6b1708 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 6 Oct 2010 19:29:26 +0000 Subject: [PATCH] 1D libraries are not used git-svn-id: https://svn.dealii.org/trunk@22277 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index c277ba5a3a..60eb48d623 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -57,13 +57,11 @@ include $D/common/Make.global_options # # You may need to augment the lists of libraries when compiling your # program for other dimensions, or when using third party libraries -libs.g = $(lib-deal2-1d.g) \ - $(lib-deal2-2d.g) \ +libs.g = $(lib-deal2-2d.g) \ $(lib-deal2-3d.g) \ $(lib-lac.g) \ $(lib-base.g) -libs.o = $(lib-deal2-1d.o) \ - $(lib-deal2-2d.o) \ +libs.o = $(lib-deal2-2d.o) \ $(lib-deal2-3d.o) \ $(lib-lac.o) \ $(lib-base.o) -- 2.39.5