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 /ghc/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 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 4d6a7d0ec0..862f54fd28 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -134,5 +134,5 @@ install-docs: @: include $(TOP)/mk/bindist.mk -EXE_DIST_DIR = dist-stage$(stage) +EXE_DIST_DIR = dist-stage2 |