[project @ 2002-01-30 12:17:21 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jan 2002 12:17:21 +0000 (12:17 +0000)
committersimonmar <unknown>
Wed, 30 Jan 2002 12:17:21 +0000 (12:17 +0000)
commit975ef2973d45ce40761145e5573a6e9020e2b297
treed7f44990bc8fb230d99bf52330e8a904244ee6fb
parent3dfd7d76aa269a1a5a68427aeb7c93ae42948af6
[project @ 2002-01-30 12:17:21 by simonmar]
Clean up this Makefile:

  - Use the enhanced automatic source-finding machinery from
    paths.mk rather than rolling our own,

  - Turn on UseGhcForCc to get our C files compiled with GHC.
    This fixes some obscure bugs caused by the fact that we
    were re-initializing $(CC_OPTS) in this Makefile using
    :=, when it had previously already been set with = (apparently
    different versions of GNU make behave differently presented
    with this kind of mixed assigment).
ghc/rts/Makefile