From: Chris Wright Date: Tue, 16 Aug 2005 18:28:02 +0000 (-0700) Subject: Make tools use DESTDIR as well (otherwise rpm build is broken). X-Git-Tag: v0.99.5~19^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8c5989029215227230cccc9b5da54e798e2f2029;p=git-core%2Fgit.git Make tools use DESTDIR as well (otherwise rpm build is broken). Signed-off-by: Chris Wright Signed-off-by: Junio C Hamano --- 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: