Make sure 'make install' does not have to rebuild templates.
authorJunio C Hamano <junkio@cox.net>
Sun, 9 Oct 2005 01:01:24 +0000 (18:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Oct 2005 09:58:35 +0000 (02:58 -0700)
The dependency rule in templates directory forced 'make install'
that immediately followed 'make all' to rebuild boilerplates.
This was problematic for a workflow that built first as yourself
and then installed as root, from a working tree that is on an
NFS mounted filesystem that is unwritable by root.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found