From 43d38e47ba37e31696d4716d5f88cb559b755f21 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 30 Apr 2006 21:36:15 +0000 Subject: [PATCH] Additions for solaris. --- test_problems/diamondSurf/.cvsignore | 1 + test_problems/diamondSurf/Makefile.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/test_problems/diamondSurf/.cvsignore b/test_problems/diamondSurf/.cvsignore index d23c0e8e1..a3f944249 100644 --- a/test_problems/diamondSurf/.cvsignore +++ b/test_problems/diamondSurf/.cvsignore @@ -14,3 +14,4 @@ diamondSurf.pdb diamonda.xml outputa.txt test.xml +SunWS_cache diff --git a/test_problems/diamondSurf/Makefile.in b/test_problems/diamondSurf/Makefile.in index 776c48c21..5198278f0 100644 --- a/test_problems/diamondSurf/Makefile.in +++ b/test_problems/diamondSurf/Makefile.in @@ -107,4 +107,7 @@ endif clean: $(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends ../../bin/rm_cvsignore + (if test -d SunWS_cache ; then \ + $(RM) -rf SunWS_cache ; \ + fi )