Solaris changes SunWS_cache handling

This commit is contained in:
Harry Moffat 2006-04-30 22:10:37 +00:00
parent b3c2ab4bce
commit 9dcc35e491
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
Makefile
.depends
SunWS_cache

View file

@ -40,6 +40,9 @@ $(CXXLIB): $(OBJS)
clean:
$(RM) $(OBJS) $(CXXLIB)
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; \
fi )
install:
@INSTALL@ $(CXXLIB) @prefix@/lib/cantera