From 934b6176ebebc4577f230d0289aa3b14ab1f131d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 17:07:00 +0000 Subject: [PATCH] Add D=... to clean targets as well. git-svn-id: https://svn.dealii.org/trunk@2517 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index dffd3ba7a9..b2878be7d9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -22,18 +22,18 @@ big-tests: clean: clean-base clean-lac clean-deal.II clean-fe clean-base: - cd base ; $(MAKE) clean + cd base ; $(MAKE) clean D=@DEAL2_DIR@ clean-lac: - cd lac ; $(MAKE) clean + cd lac ; $(MAKE) clean D=@DEAL2_DIR@ clean-fe: - cd fe ; $(MAKE) clean + cd fe ; $(MAKE) clean D=@DEAL2_DIR@ clean-deal.II: - cd deal.II ; $(MAKE) clean + cd deal.II ; $(MAKE) clean D=@DEAL2_DIR@ clean-big: - cd big-tests ; $(MAKE) clean + cd big-tests ; $(MAKE) clean D=@DEAL2_DIR@ .PHONY : all base lac fe deal.II big-tests clean clean-base clean-lac clean-fe clean-deal.II clean-big -- 2.39.5