summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-08-16 12:13:16 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-16 12:13:16 -0700
commit1f40c7c24d999675df818f9d7824937a964f9f40 (patch)
tree7918cb1acd31a6be7b122cd4bc2e873f5b333b36 /tools/Makefile
parentMerge with master changes. (diff)
parent[PATCH] Add -k kill keyword expansion option to git-cvsimport - revised (diff)
downloadtgif-1f40c7c24d999675df818f9d7824937a964f9f40.tar.xz
Merge with master changes.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 779177c5a9..5cc6d14ebc 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,7 +18,7 @@ git-%: %.c
all: $(PROGRAMS)
install: $(PROGRAMS) $(SCRIPTS)
- $(INSTALL) -m755 -d $(dest)$(bindir)
+ $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)
clean: