summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-25 22:15:27 +0100
committerIan Lynagh <igloo@earth.li>2011-06-25 22:15:27 +0100
commitebef9be4518bdb70b511b1eb21930938dbf6a2f9 (patch)
treed55b3a1ac8dda3e34357735d262a79bbfa1ec67a /boot
parent632f2b2918927543630959252f5f7f4111567689 (diff)
downloadhaskell-ebef9be4518bdb70b511b1eb21930938dbf6a2f9.tar.gz
Rename STAGE0_PACKAGES to PACKAGES_STAGE0
It now matches PACKAGES_STAGE2
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 591e067a90..b98eff4f5c 100755
--- a/boot
+++ b/boot
@@ -174,7 +174,7 @@ sub boot_pkgs {
or die "Opening $package/ghc.mk failed: $!";
print GHCMK "${package}_PACKAGE = ${pkg}\n";
print GHCMK "${package}_dist-install_GROUP = libraries\n";
- print GHCMK "\$(if \$(filter ${dir},\$(STAGE0_PACKAGES)),\$(eval \$(call build-package,${package},dist-boot,0)))\n";
+ print GHCMK "\$(if \$(filter ${dir},\$(PACKAGES_STAGE0)),\$(eval \$(call build-package,${package},dist-boot,0)))\n";
print GHCMK "\$(eval \$(call build-package,${package},dist-install,\$(if \$(filter ${dir},\$(STAGE2_PACKAGES)),2,1)))\n";
close GHCMK
or die "Closing $package/ghc.mk failed: $!";