summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-09 22:16:27 +0000
committerIan Lynagh <igloo@earth.li>2008-09-09 22:16:27 +0000
commitd48dc91eb66c87e8c87b84c5c96c0a117c19bc97 (patch)
treea467d1a9c72f957b9c388a6367c7ab5d4fb94007 /ghc/Makefile
parentbf1d468cb000a5ed18c2c664c172979bcc372e3b (diff)
downloadhaskell-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/Makefile2
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