summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-05-09 15:05:08 +0000
committerIan Lynagh <igloo@earth.li>2007-05-09 15:05:08 +0000
commit329b02ee067c93031866854884f0a57d0e93b193 (patch)
tree1f0d0cedccdb1e45356ccdad67c5c67808073905 /utils/ghc-pkg/Makefile
parentf03a7287057767143926fdba55bac2325a47ca86 (diff)
downloadhaskell-329b02ee067c93031866854884f0a57d0e93b193.tar.gz
Remove ghc_ge_504 (it's required to be true now anyway)
Diffstat (limited to 'utils/ghc-pkg/Makefile')
-rw-r--r--utils/ghc-pkg/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile
index 897bd73c1f..6a4dbcf253 100644
--- a/utils/ghc-pkg/Makefile
+++ b/utils/ghc-pkg/Makefile
@@ -19,10 +19,6 @@ SRC_HC_OPTS += $(PACKAGE_CABAL)
# we must also build with $(GhcHcOpts) here:
SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts)
-ifeq "$(ghc_ge_504)" "NO"
-SRC_HC_OPTS += -package lang -package util -package text
-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