diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-09 15:05:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-09 15:05:08 +0000 |
commit | 329b02ee067c93031866854884f0a57d0e93b193 (patch) | |
tree | 1f0d0cedccdb1e45356ccdad67c5c67808073905 /utils/genapply | |
parent | f03a7287057767143926fdba55bac2325a47ca86 (diff) | |
download | haskell-329b02ee067c93031866854884f0a57d0e93b193.tar.gz |
Remove ghc_ge_504 (it's required to be true now anyway)
Diffstat (limited to 'utils/genapply')
-rw-r--r-- | utils/genapply/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/genapply/Makefile b/utils/genapply/Makefile index f9a10a22de..39903cf584 100644 --- a/utils/genapply/Makefile +++ b/utils/genapply/Makefile @@ -8,10 +8,6 @@ ifneq "$(BootingFromHc)" "YES" boot :: all endif -ifeq "$(ghc_ge_504)" "NO" -SRC_HC_OPTS += -package lang -package util -package text -endif - ifeq "$(GhcUnregisterised)" "YES" SRC_HC_OPTS += -DNO_REGS endif |