cvs commit: fptools/ghc/rts Makefile
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 30 Jan 2002 04:17:22 -0800
simonmar 2002/01/30 04:17:22 PST
Modified files:
ghc/rts Makefile
Log:
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).
Revision Changes Path
1.58 +44 -52 fptools/ghc/rts/Makefile