From 8c5989029215227230cccc9b5da54e798e2f2029 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 16 Aug 2005 11:28:02 -0700 Subject: [PATCH] Make tools use DESTDIR as well (otherwise rpm build is broken). Signed-off-by: Chris Wright Signed-off-by: Junio C Hamano --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2