From 0201bbdafa7e5fd173de6a6330386a782e6f6103 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 16 Jan 2006 13:58:08 +0000 Subject: [PATCH] Add missing dependencies git-svn-id: https://svn.dealii.org/trunk@12050 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ; \ -- 2.39.5