[project @ 2002-09-30 10:17:38 by simonmar]
authorsimonmar <unknown>
Mon, 30 Sep 2002 10:17:38 +0000 (10:17 +0000)
committersimonmar <unknown>
Mon, 30 Sep 2002 10:17:38 +0000 (10:17 +0000)
commit69540b16367f4d841f0721988f34fb59daf84305
tree6fe6680ee1e38ef8670893e761cc001d5a590704
parented461635898791e45fc43deefe8784e20b224b07
[project @ 2002-09-30 10:17:38 by simonmar]
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.
mk/suffix.mk