# HG changeset patch # User John W. Eaton # Date 1710301483 14400 # Node ID 0abe4f772e3e2bcca4ce7184ebafe765a435e2fd # Parent 4791c53481b6fd14d5848258f0eda147ec63822c * binary-dist-rules.mk: Don't use -a option for cp. diff -r 4791c53481b6 -r 0abe4f772e3e binary-dist-rules.mk --- 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')/" > $@