X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fhsc2hs%2FMakefile;h=07e574c0ace285143821210c99b2ce3f891ad37c;hp=96ae66c2df749e37b980ae5c264bcd1f1d7a7375;hb=329b02ee067c93031866854884f0a57d0e93b193;hpb=f03a7287057767143926fdba55bac2325a47ca86 diff --git a/utils/hsc2hs/Makefile b/utils/hsc2hs/Makefile index 96ae66c..07e574c 100644 --- a/utils/hsc2hs/Makefile +++ b/utils/hsc2hs/Makefile @@ -23,10 +23,6 @@ ifeq "$(HOSTPLATFORM)" "i386-unknown-cygwinw32" HS_PROG = hsc2hs$(exeext) endif -ifeq "$(ghc_ge_504)" "NO" -SRC_HC_OPTS += -package util -endif - # Note: Somehow we should pass $(exeext) here, but the history of changes used # for calling the C preprocessor via GHC has changed a few times, making a # clean solution impossible. So we revert to a hack in Main.hs...