simonmar    2002/09/30 03:17:39 PDT

  Modified files:
    mk                   suffix.mk 
  Log:
  Replace
        .PRECIOUS: %.hs
  with
        .SECONDARY: %.hs
  
  .PRECIOUS is the wrong thing: it keeps the file when 'make' is
  killed, as well as preventing automatic deletion.  .SECONDARY just
  prevents the automatic deletion.
  
  Spotted by: Ian Lynagh.
  
  Revision  Changes    Path
  1.54      +1 -1      fptools/mk/suffix.mk
_______________________________________________
Cvs-fptools mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-fptools


Reply via email to