From e99d457fbad76585dca0f783917e43971844061e Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 23 Jun 2006 21:01:27 +0000 Subject: [PATCH] Fixed an error in the clean rule. --- test_problems/cathermo/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_problems/cathermo/Makefile.in b/test_problems/cathermo/Makefile.in index 4f893b898..9fdfbc1d5 100644 --- a/test_problems/cathermo/Makefile.in +++ b/test_problems/cathermo/Makefile.in @@ -25,11 +25,12 @@ endif clean: $(RM) *.*~ - cd issp; @MAKE@ clean + cd issp; @MAKE@ clean + cd ims; @MAKE@ clean depends: ifeq ($(test_issp),1) - cd issp; @MAKE@ depends + cd issp;@MAKE@ depends endif ifeq ($(test_electrolytes),1) cd ims; @MAKE@ depends