remove empty .SECONDARY target
authorSimon Marlow <simonmar@microsoft.com>
Mon, 27 Feb 2006 10:59:39 +0000 (10:59 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 27 Feb 2006 10:59:39 +0000 (10:59 +0000)
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.

mk/suffix.mk

index f45682f..984c311 100644 (file)
 
 .DELETE_ON_ERROR:
 
-# This line prevents GNU make from deleting any intermediate targets:
-
-.SECONDARY:
-
 #-----------------------------------------------------------------------------
 # Haskell Suffix Rules