aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 10:37:33 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-12 10:38:24 -0700
commit704a66f52edbc0cc88dca3b0993a072ae49d0f39 (patch)
treef058791f3a82d9c564bceffe49e07c37e6347922 /Makefile
parent3e386508f87278610d1892aaaa08cd17907f71c5 (diff)
downloadgit-704a66f52edbc0cc88dca3b0993a072ae49d0f39.tar.gz
Make tools/ directory first-class citizen.
Tools directory being separate is just a historical coincidence. Build and install together with the main directory, just like the clean target does. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aeba3e7eb7..76f36cd360 100644
--- a/Makefile
+++ b/Makefile
@@ -212,8 +212,6 @@ install: $(PROG) $(SCRIPTS)
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROG) $(SCRIPTS) $(DESTDIR)$(bindir)
$(MAKE) -C templates install
-
-install-tools:
$(MAKE) -C tools install
install-doc: