X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=6391f87b2fcc40f1c58782760537d10695357210;hb=6a02dd25682e76484d2505ec7139948e6a32b9ee;hp=7b8598869ec88f937a6e2e0931be0fe6653b3083;hpb=fdc0680174272169bcb4ca67fef3607260a3bc25;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 7b85988..6391f87 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $ +# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $ # # GHC project configuration # @@ -10,14 +10,16 @@ # what to include in a binary distribution GhcMainDir = ghc GhcBinDistDirs = ghc libraries hslibs + ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs else -GhcBinDistShScripts= +GhcBinDistShScripts = endif + GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistBins = hp2ps ghcprof GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk