cvs commit: fptools/mk suffix.mk

Simon Marlow <[email protected]> Wed, 1 Mar 2006 05:09:24 -0800
Newsgroups gmane.comp.lang.haskell.cvs.fptools
Message-ID <[email protected]>
simonmar    2006/03/01 05:09:24 PST

  Modified files:        (Branch: ghc-6-4-branch)
    mk                   suffix.mk 
  Log:
  merge:
  
  * remove empty .SECONDARY target
  
    This works around a problem with recent versions of GNU make that take
    a long time when all targets are declared intermediate with
    .SECONDARY.  See
  
      https://savannah.gnu.org/bugs/?func=detailitem&item_id=15584
  
    for discussion of the GNU make issue.
  
  Revision  Changes    Path
  1.82.2.2  +0 -4      fptools/mk/suffix.mk