Fix bat-script generation for MSys
authorsimonpj@microsoft.com <unknown>
Wed, 18 Apr 2007 16:05:19 +0000 (16:05 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 18 Apr 2007 16:05:19 +0000 (16:05 +0000)
commit58ec07c28fdc6e6ce64fc2e8b2273df9212ae73f
treeff42d47a65dbb05ce1e03feb19312ea0c75da476
parent8fbf686cf52d763f185d85d99ae16bd66eba05b1
Fix bat-script generation for MSys

The bat-script generation was using the wrong paths, in
ghc-inplace
ghc-pkg
hsc2hs
plus there was a double-backslah in the latter two which was wrong.
This patch fixes both.  See "MSys Note 3" in compiler/Makefile
compiler/Makefile
utils/ghc-pkg/Makefile
utils/hsc2hs/Makefile