From: Wolfgang Bangerth Date: Tue, 29 Feb 2000 17:13:12 +0000 (+0000) Subject: Pass $D down also on `run' and `clean' X-Git-Tag: v8.0.0~20844 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128d8038ea71e6fac7e51b6ae253a41299d2074e;p=dealii.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