summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-04-05 11:50:13 +0200
committerGabor Greif <ggreif@gmail.com>2013-04-07 02:54:44 +0200
commitd9b57e710cb56f6e5f5db2f0bf7fd2bba263e591 (patch)
tree4dd31c4efe88f8bdbeb0549e0bdbc649443930ba /ghc.mk
parent8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff)
downloadhaskell-d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591.tar.gz
Typos
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 5843d81802..1aff1d2d7c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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
@@ -722,7 +722,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)