From: wolf Date: Tue, 29 Feb 2000 17:13:12 +0000 (+0000) Subject: Pass $D down also on `run' and `clean' X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d35a13d0562b1e886500293ccfc09ad07274647;p=dealii-svn.git Pass $D down also on `run' and `clean' git-svn-id: https://svn.dealii.org/trunk@2520 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/big-tests/Makefile b/tests/big-tests/Makefile index 7d505a3c11..21c7133e4d 100644 --- a/tests/big-tests/Makefile +++ b/tests/big-tests/Makefile @@ -25,9 +25,9 @@ $(compile) : cd $(@:.compile=) ; $(MAKE) D=$D $(run) : - cd $(@:.run=) ; $(MAKE) run + cd $(@:.run=) ; $(MAKE) run D=$D $(clean) : - -cd $(@:.clean=) ; $(MAKE) clean + -cd $(@:.clean=) ; $(MAKE) clean D=$D