Solaris changes SunWS_cache handling
This commit is contained in:
parent
b3c2ab4bce
commit
9dcc35e491
2 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
.depends
|
||||
SunWS_cache
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue