cvs commit: fptools/ghc/lib/std Makefile

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 30 Jan 2002 08:25:21 -0800


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