X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=bd99586068410be675f88fed25afadf48911a0e5;hb=45ddebc0dc20f013eff011a157b42acb37ea7598;hp=242594eaa410819fc4d86683c9c4e389fa57c2d7;hpb=12552760cefba291c1a108b6be4ea58940b13804;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 242594e..bd99586 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.11 2001/02/16 11:39:37 sewardj Exp $ +# $Id: config.mk,v 1.16 2002/01/10 10:46:12 sof Exp $ # # GHC project configuration # @@ -11,8 +11,14 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set -GhcBinDistPrlScripts = ghc-$(ProjectVersion) +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +else +GhcBinDistShScripts= +endif +GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps +GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk