changeset 3529:897cd1614109

binary-dist-rules.mk: Don't relocate libgcc_s_dw2-1.dll.
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 22:46:54 -0500
parents 8af668b331da
children 1e09264307e8
files binary-dist-rules.mk
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Sun Feb 16 21:44:44 2014 -0500
+++ b/binary-dist-rules.mk	Sun Feb 16 22:46:54 2014 -0500
@@ -53,9 +53,6 @@
 
 ifeq ($(MXE_WINDOWS_BUILD),yes)
 define copy-windows-dist-files
-  echo "  libgcc_s_dw2-1.dll to bin directory"
-  cd $(OCTAVE_DIST_DIR) \
-    && cp lib/gcc/i686-pc-mingw32/libgcc_s_dw2-1.dll bin
   echo "  msys base files..."
   cd $(TOP_DIR)/msys-base \
     && tar -c $(TAR_H_OPTION) -f - . | ( cd $(OCTAVE_DIST_DIR) ; tar xpf - )