From a78510bbc078a296c4e1b6c7ebc7af6d7b73caac Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 13 Jul 2007 14:53:51 +0000 Subject: [PATCH] Added a -c to the install command. This is needed for the built-in install command. --- Cantera/clib/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/clib/src/Makefile.in b/Cantera/clib/src/Makefile.in index 20325c92d..29ef97ff2 100755 --- a/Cantera/clib/src/Makefile.in +++ b/Cantera/clib/src/Makefile.in @@ -91,7 +91,7 @@ clean: install: @INSTALL@ -d @ct_libdir@ - @INSTALL@ -m 644 $(CTLIB) @ct_libdir@ + @INSTALL@ -c -m 644 $(CTLIB) @ct_libdir@ ifeq ($(do_ranlib),1) ifeq ($(shared_ctlib),0) @RANLIB@ @ct_libdir@/$(LIB_NAME).a @@ -100,7 +100,7 @@ endif win-install: - @INSTALL@ ../../../lib/clib.lib @prefix@/lib/cantera + @INSTALL@ -c ../../../lib/clib.lib @prefix@/lib/cantera %.d: