Don't write directly to a make target ($@).
commitfc36f6a6c9e6d428dafee47f140f943b3e520240
authorJim Meyering <jim@meyering.net>
Thu, 25 May 2006 16:52:01 +0000 (25 18:52 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 05:57:06 +0000 (25 22:57 -0700)
tree37e0ecb362e3f640b4d917883df5189870d81a06
parent4d599e6bb46d6ef3276425af34922fdbf3aac473
Don't write directly to a make target ($@).

Otherwise, if make is suspended, or killed with prejudice, or if the
system crashes, you could be left with an up-to-date, yet corrupt,
generated file.

I left off the `clean' addition, because I believe "make clean" should
not remove wildcard patterns like "*+", on the off-chance that someone
uses names like that for files they care about.  Besides, in practice,
those temporary files are left behind so rarely that they're not a bother,
and they're removed again as part of the next build.

[jc: sign-off?]

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile