X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fghc-pkg%2FMakefile;h=d513a91b1c78b7ed3cdbd4dfcccc1b80bddd9780;hb=76c0086f090327eecaf510de8bc4efc4dee996dc;hp=2e09ab0470894a88c2f795c9742e754df8a3f91c;hpb=2785a233716039a31ef21b9927c11e9f21516f48;p=ghc-hetmet.git diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 2e09ab0..d513a91 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