Use a real binary instead of scripts for ghc-inplace
authorSimon Marlow <simonmar@microsoft.com>
Thu, 21 Jun 2007 10:13:24 +0000 (10:13 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 21 Jun 2007 10:13:24 +0000 (10:13 +0000)
commitc15489181a60a228ce52b945d2523cfdacd5a90b
tree680461b4db82ef73d59838994fcb2e360b5f8c06
parent2eb04ca0f8d0ec72b417cddc60672c696b4a3daa
Use a real binary instead of scripts for ghc-inplace
Fixes various problems with getting the scripts right on Windows.
Binaries are universally executable by /bin/sh, cmd.exe and rawSystem,
so this allows us to remove some platform-specific hacks.
compiler/Makefile
mk/config.mk.in
utils/ghc-pkg/Makefile