From: wolf Date: Thu, 12 Aug 1999 15:25:17 +0000 (+0000) Subject: Fix problem with wrong libraries. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebe0a4d18bb6260efd421295990d970af01cf89;p=dealii-svn.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)