diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-07 13:18:00 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-07 13:18:00 +0100 |
commit | a7b08c05a883c350d017ebc9de5bb70b818bcb6a (patch) | |
tree | 7c8cd727625053525c35d4628336c7c91a4e1d64 /ghc.mk | |
parent | 444119fbb78aef88450bc51b54429942f8ef3cbf (diff) | |
parent | d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591 (diff) | |
download | haskell-a7b08c05a883c350d017ebc9de5bb70b818bcb6a.tar.gz |
Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -428,7 +428,7 @@ endef $(eval $(call foreachLibrary,addExtraPackage)) endif -# If we want to just install evreything, then we want all the packages +# If we want to just install everything, then we want all the packages SUPERSIZE_INSTALL_PACKAGES := $(addprefix libraries/,$(PACKAGES_STAGE1)) ifeq "$(Stage1Only)" "NO" SUPERSIZE_INSTALL_PACKAGES += compiler @@ -724,7 +724,7 @@ endif ifneq "$(BINDIST)" "YES" # Make sure we have all the GHCi libs by the time we've built # ghc-stage2. DPH includes a bit of Template Haskell which needs the -# GHCI libs, and we don't have a better way to express that dependency. +# GHCi libs, and we don't have a better way to express that dependency. # GHCI_LIBS = $(foreach lib,$(PACKAGES_STAGE1),$(libraries/$(lib)_dist-install_GHCI_LIB)) \ $(compiler_stage2_GHCI_LIB) |