From: Wolfgang Bangerth Date: Thu, 12 Aug 1999 15:25:17 +0000 (+0000) Subject: Fix problem with wrong libraries. X-Git-Tag: v8.0.0~21642 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbc74c31aadc2f8618b3483ca3f80e93011826a;p=dealii.git Fix problem with wrong libraries. git-svn-id: https://svn.dealii.org/trunk@1689 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 4efa6d61a1..57c7010df9 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -52,7 +52,7 @@ endif # rule to make executables %.testcase: %.cc $(libraries) @echo ============================ Compiling Testcase: $< - @$(CXX) $(flags) $< -o $@ $(shell grep $(lib-tag) $< | perl -pe 's/.*=//;') $(libs) + @$(CXX) $(flags) $< -o $@ $(shell grep $(lib-tag) $< | perl -pe 's/.*=//;') $(libraries)