From ebc0d7a42a84171b5ca48c9aeeea69aa90d8fc01 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 1 Oct 2004 19:34:22 +0000 Subject: [PATCH] Took out automatic deletion of static libraries at the beginning of every make operation. --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index a480931f8..a3e89fa7c 100755 --- a/Makefile.in +++ b/Makefile.in @@ -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)