X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=7b2f2a5a35abb48e47a7fd35ed9834bfee850ba5;hb=761fb8c1f0a519fdb52990c6054bf5c5022c7694;hp=3c034a3120979c4ff5607bbf3ae2031bfb88b5f4;hpb=1a4ecf3868ceea7ec4838b0a829ced86bf70073d;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 3c034a3..7b2f2a5 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.14 2001/03/29 10:44:29 simonmar Exp $ +# $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar Exp $ # # GHC project configuration # @@ -9,12 +9,16 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc hslibs +GhcBinDistDirs = ghc libraries hslibs GhcBinDistDocs = ghc/docs/set +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +else +GhcBinDistShScripts= +endif GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract -GhcBinDistLinks = ghc ghci ghci-pkg +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk