X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fghc-pkg%2FMakefile;h=6a4dbcf253f72d8acdf778ce71d21a660c4c11c9;hp=897bd73c1fe3f8442a67867ea695b0a5afd0e61d;hb=329b02ee067c93031866854884f0a57d0e93b193;hpb=f03a7287057767143926fdba55bac2325a47ca86 diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 897bd73..6a4dbcf 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