simonmar 2002/01/30 08:25:21 PST
Modified files:
ghc/lib/std Makefile
Log:
Don't use :: rules for building HSstd.o, they cause it to be rebuilt
every time. According to the GNU make manual, :: rules are vary
rarely actually useful, and I'm sure we use them too much.
Revision Changes Path
1.105 +2 -2 fptools/ghc/lib/std/Makefile