From: Wolfgang Bangerth Date: Fri, 9 Feb 2001 19:45:26 +0000 (+0000) Subject: Add LDFLAGS to linker command line. X-Git-Tag: v8.0.0~19737 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a2068dcf13f567c1bea4a682bfbd176ce41b61;p=dealii.git Add LDFLAGS to linker command line. git-svn-id: https://svn.dealii.org/trunk@3895 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 $@ $^ ############################################################