We always install stage2, so we need to always put stage2 into bindists
authorIan Lynagh <igloo@earth.li>
Tue, 9 Sep 2008 22:16:27 +0000 (22:16 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 9 Sep 2008 22:16:27 +0000 (22:16 +0000)
compiler/Makefile
ghc/Makefile

index 6ea209b..6b8f300 100644 (file)
@@ -460,5 +460,5 @@ BINDIST_EXTRAS += stage2plus/ghc_boot_platform.h
 endif
 
 include $(TOP)/mk/bindist.mk
 endif
 
 include $(TOP)/mk/bindist.mk
-LIB_DIST_DIR = dist-stage$(stage)
+LIB_DIST_DIR = dist-stage2
 
 
index 4d6a7d0..862f54f 100644 (file)
@@ -134,5 +134,5 @@ install-docs:
        @:
 
 include $(TOP)/mk/bindist.mk
        @:
 
 include $(TOP)/mk/bindist.mk
-EXE_DIST_DIR = dist-stage$(stage)
+EXE_DIST_DIR = dist-stage2