Added a -c to the install command. This is needed for the built-in
install command.
This commit is contained in:
parent
1fa96d7baa
commit
a78510bbc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue