diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-05 16:13:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-05 16:13:54 +0000 |
commit | b18545dd4fc38d2c78d18966d1d9e38474c799e9 (patch) | |
tree | 1041c89127ba430ce9125a8eb2cf988c85ca0eff /Makefile | |
parent | cafb1e0f6bb93fb720e3bb3432c777cd9736bf80 (diff) | |
download | haskell-b18545dd4fc38d2c78d18966d1d9e38474c799e9.tar.gz |
Fix bindist creation on Windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ binary-dist:: ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" binary-dist:: - $(MAKE) prefix=$(BIN_DIST_DIR) install + $(MAKE) DESTDIR=$(BIN_DIST_DIR) prefix=/. install binary-dist:: cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw |