aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Wright <chrisw@osdl.org>2005-08-16 11:28:02 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-16 11:59:09 -0700
commit8c5989029215227230cccc9b5da54e798e2f2029 (patch)
tree636f8c808fd80fb886c5c8b96e854d7d9dea8591 /tools
parentd9ac9df41c8c1c3a2f5b0fb1bcc0546dc1bafba2 (diff)
downloadgit-8c5989029215227230cccc9b5da54e798e2f2029.tar.gz
git-8c5989029215227230cccc9b5da54e798e2f2029.tar.xz
Make tools use DESTDIR as well (otherwise rpm build is broken).
Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 779177c5a..5cc6d14eb 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: