diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 14:33:24 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 14:33:24 +0000 |
commit | 4c821f0cf512ca5f6aa65113e9302e5982b53b1a (patch) | |
tree | bfc9ff39e26e1b129fe1da1a0ae054f40c263114 /utils | |
parent | 00a9b91c6d6b76fd2e76c8fcc61777901e4197f6 (diff) | |
download | haskell-4c821f0cf512ca5f6aa65113e9302e5982b53b1a.tar.gz |
Whitespace tweak
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index 2b105f424c..e95fa62f07 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -30,7 +30,7 @@ $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(GHC_CABAL_DIR)/Main.hs $(T -no-user-$(GHC_PACKAGE_DB_FLAG) \ -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations \ -DCABAL_VERSION=$(CABAL_VERSION) \ - -DBOOTSTRAPPING \ + -DBOOTSTRAPPING \ -odir bootstrapping \ -hidir bootstrapping \ -ilibraries/Cabal/Cabal \ |