diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-17 14:03:07 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-17 14:03:07 +0000 |
commit | c3a9ded019b5dfd3b6fa6753c4a282c3a47c1524 (patch) | |
tree | 2f469b364fc6bba5d12828750396e1ad7b6667a8 /mk | |
parent | cf403b50900648063d99afa160d2091a7d6f58c1 (diff) | |
download | haskell-c3a9ded019b5dfd3b6fa6753c4a282c3a47c1524.tar.gz |
Remove a couple of unused make variables
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 5e74ff008e..ef8acf64de 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -221,12 +221,6 @@ BeConservative = NO ExtraMakefileSanityChecks = NO -# -# Building various ways? -# (right now, empty if not). -BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS))) -BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS))) - #------------------------------------------------------------------------------ # Options for Libraries |