X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=a7ae8f417473fd7ebe7305e537da57ffac69fbd4;hp=a2337f007d7356a383a8d5306b5599ea5b843be1;hb=d9dc5b442d05fb1f05e6846c3f3413b6168758f5;hpb=fdf1cd0399158308769fcb2ab7e46e215a68d865 diff --git a/Makefile b/Makefile index a2337f0..a7ae8f4 100644 --- a/Makefile +++ b/Makefile @@ -225,6 +225,10 @@ binary-dist:: binary-dist:: cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw +binary-dist:: + $(MKDIRHIER) $(BIN_DIST_DIR)/icons + cp distrib/hsicon.ico $(BIN_DIST_DIR)/icons + else BinDistDirs = includes compiler docs rts @@ -293,12 +297,6 @@ binary-dist:: $(MV) $(BIN_DIST_DIR)/configure-bin.ac $(BIN_DIST_DIR)/configure.ac ( cd $(BIN_DIST_DIR); autoreconf ) -ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -binary-dist:: - $(MKDIRHIER) $(BIN_DIST_DIR)/icons - cp distrib/hsicon.ico $(BIN_DIST_DIR)/icons -endif - # # binary dist'ing the documentation. # The default documentation to build/install is given below; overrideable