From 68a2068dcf13f567c1bea4a682bfbd176ce41b61 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 9 Feb 2001 19:45:26 +0000 Subject: [PATCH] Add LDFLAGS to linker command line. git-svn-id: https://svn.dealii.org/trunk@3895 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/Makefile.in b/tests/deal.II/Makefile.in index 41bb2afdea..2b7d9be24e 100644 --- a/tests/deal.II/Makefile.in +++ b/tests/deal.II/Makefile.in @@ -1,6 +1,6 @@ ############################################################ # $Id$ -# Copyright (C) 2000 by the deal.II authors +# Copyright (C) 2000, 2001 by the deal.II authors ############################################################ ############################################################ @@ -142,7 +142,7 @@ endif data_out.testcase: $(data_out-o-files) $(libdeal3d) $(libraries) @echo =====linking======= $< - @$(CXX) $(flags) -o $@ $^ + @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ ############################################################ -- 2.39.5