diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-09 22:16:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-09 22:16:27 +0000 |
commit | d48dc91eb66c87e8c87b84c5c96c0a117c19bc97 (patch) | |
tree | a467d1a9c72f957b9c388a6367c7ab5d4fb94007 /compiler/Makefile | |
parent | bf1d468cb000a5ed18c2c664c172979bcc372e3b (diff) | |
download | haskell-d48dc91eb66c87e8c87b84c5c96c0a117c19bc97.tar.gz |
We always install stage2, so we need to always put stage2 into bindists
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 6ea209be94..6b8f300fb4 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -460,5 +460,5 @@ BINDIST_EXTRAS += stage2plus/ghc_boot_platform.h endif include $(TOP)/mk/bindist.mk -LIB_DIST_DIR = dist-stage$(stage) +LIB_DIST_DIR = dist-stage2 |