diff options
author | simonmar <unknown> | 2005-09-13 12:50:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-09-13 12:50:59 +0000 |
commit | 5971cecb8634e95278295c8c563bebd9700509e3 (patch) | |
tree | ccc948f1ec4fb6104b381fc5133a4ae6a26abbe8 /ghc/utils | |
parent | 7177663c27f00f7bbeb222f2c92c43d9da0ec308 (diff) | |
download | haskell-5971cecb8634e95278295c8c563bebd9700509e3.tar.gz |
[project @ 2005-09-13 12:50:59 by simonmar]
Never use an installed Cabal package when building GHC (except when
bootstrapping in stages 2 & 3). This insulates us from changes the
user may have made to their Cabal installation.
Diffstat (limited to 'ghc/utils')
-rw-r--r-- | ghc/utils/ghc-pkg/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 2e09ab0470..d513a91b1c 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -23,10 +23,6 @@ ifeq "$(ghc_ge_504)" "NO" SRC_HC_OPTS += -package lang -package util -package text endif -ifeq "$(ghc_ge_603)" "YES" -SRC_HC_OPTS += -package Cabal -endif - # On Windows, ghc-pkg is a standalone program # ($bindir/ghc-pkg.exe), whereas on Unix it needs a wrapper script # to pass the appropriate flag to the real binary |