From: Ian Lynagh Date: Tue, 9 Sep 2008 22:16:27 +0000 (+0000) Subject: We always install stage2, so we need to always put stage2 into bindists X-Git-Tag: 2008-09-12~18 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d48dc91eb66c87e8c87b84c5c96c0a117c19bc97 We always install stage2, so we need to always put stage2 into bindists --- diff --git a/compiler/Makefile b/compiler/Makefile index 6ea209b..6b8f300 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 diff --git a/ghc/Makefile b/ghc/Makefile index 4d6a7d0..862f54f 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