[cantera]: missed one cp -u --> cp -p conversion
This commit is contained in:
parent
9bcc178ff0
commit
adfb27f548
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ __top_builddir__build_lib_libctspectra_la_SOURCES = $(cc_sources) $(h_sourc
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
cp -p $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue