Added deletion of sun cache directory

This commit is contained in:
Harry Moffat 2006-03-05 23:52:12 +00:00
parent bb2e6897d7
commit 47a22c5bf1

View file

@ -104,17 +104,7 @@ endif
clean:
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends
../../bin/rm_cvsignore
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; \
fi )