aboutsummaryrefslogtreecommitdiff
path: root/templates/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Makefile')
-rw-r--r--templates/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/Makefile b/templates/Makefile
index aaa39d30f..6f4dbd362 100644
--- a/templates/Makefile
+++ b/templates/Makefile
@@ -6,6 +6,7 @@ endif
INSTALL ?= install
TAR ?= tar
+RM ?= rm -f
prefix ?= $(HOME)
template_dir ?= $(prefix)/share/git-core/templates
# DESTDIR=
@@ -42,7 +43,7 @@ custom:
$(QUIET): no custom templates yet
clean:
- rm -rf blt boilerplates.made
+ $(RM) -r blt boilerplates.made
install: all
$(INSTALL) -d -m755 '$(DESTDIR_SQ)$(template_dir_SQ)'