diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-25 22:15:27 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-25 22:15:27 +0100 |
commit | ebef9be4518bdb70b511b1eb21930938dbf6a2f9 (patch) | |
tree | d55b3a1ac8dda3e34357735d262a79bbfa1ec67a /boot | |
parent | 632f2b2918927543630959252f5f7f4111567689 (diff) | |
download | haskell-ebef9be4518bdb70b511b1eb21930938dbf6a2f9.tar.gz |
Rename STAGE0_PACKAGES to PACKAGES_STAGE0
It now matches PACKAGES_STAGE2
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: $!"; |