]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing dependencies
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 16 Jan 2006 13:58:08 +0000 (13:58 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 16 Jan 2006 13:58:08 +0000 (13:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@12050 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 2184d6c0f509598c8a161b588051f20dcc4065e3..6f80292610fa411d3bf0d32ffcce53eb292b0f53 100644 (file)
@@ -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 ; \

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.