[project @ 2005-09-13 12:50:59 by simonmar]
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
index 2e09ab0..d513a91 100644 (file)
@@ -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