changeset 7105:0abe4f772e3e release

* binary-dist-rules.mk: Don't use -a option for cp.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Mar 2024 23:44:43 -0400
parents 4791c53481b6
children 47ac621e632f
files binary-dist-rules.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Fri Mar 08 15:45:48 2024 +0100
+++ b/binary-dist-rules.mk	Tue Mar 12 23:44:43 2024 -0400
@@ -115,7 +115,7 @@
 	$(MXE_CC) $< -o $@ installer-files/octave-launch.res -Wl,--subsystem,windows -lshlwapi -municode -DUNICODE -D_UNICODE -DFIRST_TIME -DQTVERSION=$(ENABLE_QT) $(OCTAVE_LAUNCH_NO_SHORT_CPPFLAGS)
 
 installer-files/octave-logo.ico: $(TOP_DIR)/installer-files/octave-logo.ico | installer-files/.dirstamp
-	cp -a $< $@
+	cp $< $@
 
 installer-files/octave-launch.rc: $(TOP_DIR)/installer-files/octave-launch.rc.in | installer-files/octave-logo.ico installer-files/.dirstamp
 	$(SED) $< -e 's/@PRODUCT_VERSION@/$($(OCTAVE_TARGET)_VERSION)/' -e "s/@PRODUCT_VERSION_COMMA@/$(shell echo $($(OCTAVE_TARGET)_VERSION).0 | $(SED) 's|\.|,|g')/" > $@