From: Guido Kanschat Date: Mon, 16 Jan 2006 13:58:08 +0000 (+0000) Subject: Add missing dependencies X-Git-Tag: v8.0.0~12618 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0201bbdafa7e5fd173de6a6330386a782e6f6103;p=dealii.git Add missing dependencies git-svn-id: https://svn.dealii.org/trunk@12050 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 2184d6c0f5..6f80292610 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, 2003, 2004, 2005, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -40,7 +40,7 @@ endif ###################################################################### # Don't put $(libraries) into this line since it is already in $^ ###################################################################### -%/exe : +%/exe : %/obj.g.$(OBJEXT) @echo =====linking======= $@ @$(CXX) $(LDFLAGS) -o $@ ../abort.o $^ $(LIBS) @@ -100,7 +100,7 @@ endif if test -f $$testname/cmp/$$i ; then \ cmpfile_found=yes ; \ if test "x$(verbose)" = "xon" ; then \ - cmd="diff -w $< $$testname/cmp/$$i" ; \ + cmd="diff $(DIFFOPT) -w $< $$testname/cmp/$$i" ; \ else \ cmd="diff -w $< $$testname/cmp/$$i > /dev/null" ; \ fi ; \