From f1eb3ec821cf7bc55a01622c27e7e74881b75e92 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 28 Feb 2010 20:54:52 +0000 Subject: [PATCH] Remove a variable we don't use any more. git-svn-id: https://svn.dealii.org/trunk@20713 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index 0abf75b5f9..fa07d48bca 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -7,13 +7,6 @@ D=../.. include $D/common/Make.global_options -# if compaq cxx and we have shared, then remove -shared again from -# LDFLAGS, since this prevents generation of a working executable. this -# is clearly a hack, but I'm too lazy for now to work things out -ifeq ($(GXX-VERSION),compaq_cxx) - XLDFLAGS = $(LDFLAGS:-shared=) -endif - default: make_dependencies expand_instantiations -- 2.39.5