Added a -c to the install command. This is needed for the built-in

install command.
This commit is contained in:
Harry Moffat 2007-07-13 14:53:51 +00:00
parent 1fa96d7baa
commit a78510bbc0

View file

@ -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: