diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-08 08:58:52 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-08 08:58:52 -0800 |
commit | f8d294f0a44c4305a9f3a1c70beb6a1c7583f287 (patch) | |
tree | bb7dd65e1d945edbe0137a761ebc388c7394067a /templates | |
parent | 4bfb6b62ffc9460798ebc78c3a30e4eff7c409d0 (diff) | |
download | git-f8d294f0a44c4305a9f3a1c70beb6a1c7583f287.tar.gz git-f8d294f0a44c4305a9f3a1c70beb6a1c7583f287.tar.xz |
Clean build annoyance.
As Pasky pointed out, building in templates directory showed
list of built template files which was unneeded. This commit
also fixes another build annoyance I recently left in by
accident.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/Makefile b/templates/Makefile index 07e928e56..8f7f4fec3 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -13,7 +13,6 @@ shq = $(subst ','\'',$(1)) shellquote = '$(call shq,$(1))' all: boilerplates.made custom - find blt # Put templates that can be copied straight from the source # in a file direc--tory--file in the source. They will be |