From 3cf0c1cf63f0cd1efffbc22eef24a3ea995708be Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 3 Aug 2004 20:21:59 +0000 Subject: [PATCH] Added endif's. This was causing an error exit. --- test_problems/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test_problems/Makefile.in b/test_problems/Makefile.in index 20ac692ad..81d8a4884 100644 --- a/test_problems/Makefile.in +++ b/test_problems/Makefile.in @@ -19,8 +19,9 @@ test: cd surfkin; @MAKE@ test cd diamondSurf; @MAKE@ test cd ck2cti_test; @MAKE@ test -ifeq($(test_python),2) +ifeq ($(test_python),2) cd python; @MAKE@ test +endif clean: $(RM) *.*~ @@ -29,8 +30,9 @@ clean: cd surfkin; @MAKE@ clean cd diamondSurf; @MAKE@ clean cd ck2cti_test; @MAKE@ clean -ifeq($(test_python),2) +ifeq ($(test_python),2) cd python; @MAKE@ clean +endif depends: cd cxx_ex; @MAKE@ depends