Took out automatic deletion of static libraries at the beginning of

every make operation.
This commit is contained in:
Harry Moffat 2004-10-01 19:34:22 +00:00
parent 7bf6638ce2
commit ebc0d7a42a

View file

@ -49,9 +49,6 @@ demos: example_codes
kernel:
@INSTALL@ -d @buildlib@
@INSTALL@ -d @buildbin@
rm -f @buildlib@/*.a
rm -f @buildlib@/*.so
rm -f @buildbin@/*
cd ext; @MAKE@
cd Cantera/src; @MAKE@
ifeq ($(do_ranlib),1)