From adfb27f5483512d677e7daed13a217647eee6d63 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Thu, 9 Feb 2012 21:22:46 +0000 Subject: [PATCH] [cantera]: missed one cp -u --> cp -p conversion --- Cantera/src/spectra/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/spectra/Makefile.am b/Cantera/src/spectra/Makefile.am index ac44f411c..be7b721ac 100644 --- a/Cantera/src/spectra/Makefile.am +++ b/Cantera/src/spectra/Makefile.am @@ -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/