X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=38c09ef93f3fb289b5bfb1b8047111c742311e59;hb=b5dcc5ca435e968850a163ffde027de065110d20;hp=f148eff1a6f4f3e7a46f02566b33a16612a73ca1;hpb=e37558c981984266734b86ca5b0fbf3ad8ae2b3c;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index f148eff..38c09ef 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -786,11 +786,6 @@ TAR = @TarCmd@ ZIP = zip # -# Under Windows, we have to deal with .exe suffixes -# -EXE_SUFFIX=@exeext@ - -# # This is special to literate/, ToDo: add literate-specific # configure setup to literate/. # @@ -879,8 +874,8 @@ LIT2TEXT = $(LITERATE_PREFIX)lit2text # # Stuff from fptools/ghc/utils # -UNLIT = $(UNLIT_PREFIX)unlit$(EXE_SUFFIX) -HP2PS = $(HP2PS_PREFIX)hp2ps$(EXE_SUFFIX) +UNLIT = $(UNLIT_PREFIX)unlit$(exeext) +HP2PS = $(HP2PS_PREFIX)hp2ps$(exeext) HSTAGS = $(HSTAGS_PREFIX)hstags HSC2HS = $(HSC2HS_PREFIX)hsc2hs-inplace