summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-17 08:55:35 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-18 14:19:45 +0100
commit6eec7bc5b1e541705911a617f82501fe59319996 (patch)
treed4cb567aacfdec2bf1c76e3a5fe2d13f4e6c05ca /compiler/ghc.mk
parent03e44ee7ff9fbfad6a94e32a9c394c2166ff4284 (diff)
downloadhaskell-6eec7bc5b1e541705911a617f82501fe59319996.tar.gz
Trailing whitespaces
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index b319ec649a..15f953c66f 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -238,7 +238,7 @@ compiler/stage3/$(PLATFORM_H) : compiler/stage2/$(PLATFORM_H)
"$(CP)" $< $@
# ----------------------------------------------------------------------------
-# Generate supporting stuff for prelude/PrimOp.lhs
+# Generate supporting stuff for prelude/PrimOp.lhs
# from prelude/primops.txt
PRIMOP_BITS_NAMES = primop-data-decl.hs-incl \
@@ -291,7 +291,7 @@ compiler/stage$1/build/primop-fixity.hs-incl: compiler/stage$1/build/primops.txt
compiler/stage$1/build/primop-primop-info.hs-incl: compiler/stage$1/build/primops.txt $$$$(genprimopcode_INPLACE)
"$$(genprimopcode_INPLACE)" --primop-primop-info < $$< > $$@
-# Usages aren't used any more; but the generator
+# Usages aren't used any more; but the generator
# can still generate them if we want them back
compiler/stage$1/build/primop-usage.hs-incl: compiler/stage$1/build/primops.txt $$$$(genprimopcode_INPLACE)
"$$(genprimopcode_INPLACE)" --usage < $$< > $$@