# HG changeset patch # User John Donoghue # Date 1392554260 18000 # Node ID 6a6f257372b72ec76c375f711a42f9b471539548 # Parent 3b5b776331f1cb2ade6ff99a41ef7b46fbc7e9ce Dont try to copy nonexistant native-tools folder * binary-dist-rules.mk: Dont try to copy nonexistant native-tools folder. diff -r 3b5b776331f1 -r 6a6f257372b7 binary-dist-rules.mk --- a/binary-dist-rules.mk Sun Feb 16 07:21:51 2014 -0500 +++ b/binary-dist-rules.mk Sun Feb 16 07:37:40 2014 -0500 @@ -72,9 +72,6 @@ ifeq ($(MXE_WINDOWS_BUILD),yes) define copy-windows-dist-files - echo " native tools..." - cd $(TOP_DIR)/native-tools/usr \ - && tar -c $(TAR_H_OPTION) -X $(TOP_DIR)/excluded-native-files -f - . | ( cd $(OCTAVE_DIST_DIR) ; tar xpf - ) 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