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)
commit8c51242873d63cfaf87fa2e2e407198a6ad2c3d0
tree59ab70353d22a9855cfe74c5218a6f8b14f5974e
parente1e9c254660244756a72ecfcfff81c15fb32a6e9
Make sure 'make install' does not have to rebuild templates.

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>
templates/Makefile