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)
commit04c0256a8facd22044f6703f2ba99fa9ca0b6930
tree28980eef6d1790d46b288b344972b3719ee75faf
parent96bb0a18787af228f8e45e9a8490b082ad4402f2
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.
mk/suffix.mk