]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add LDFLAGS to linker command line.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Feb 2001 19:45:26 +0000 (19:45 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Feb 2001 19:45:26 +0000 (19:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@3895 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/Makefile.in

index 41bb2afdeaf6e481eaef808d7ccb66cec46fdbe8..2b7d9be24e6540dbc33ed33a2248008bbe444da7 100644 (file)
@@ -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 $@ $^
 
 
 ############################################################

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.