X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=6391f87b2fcc40f1c58782760537d10695357210;hb=61ccfec175e1f51b2c89559faf91d9bee0b3b601;hp=8539c99ee980077a653bf6772235f9e890db4705;hpb=8487ac4cb58905610cfe8c1ab949dc43b67e134e;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 8539c99..6391f87 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.12 2001/02/16 12:07:10 sewardj Exp $ +# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $ # # GHC project configuration # @@ -9,10 +9,17 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc hslibs -GhcBinDistDocs = ghc/docs/set +GhcBinDistDirs = ghc libraries hslibs + +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs +else +GhcBinDistShScripts = +endif + GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps +GhcBinDistBins = hp2ps ghcprof +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk