From: Junio C Hamano Date: Sat, 30 Jul 2005 01:38:15 +0000 (-0700) Subject: Fix typo in recent Makefile cleanup. X-Git-Tag: v0.99.3~22 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9e44f8980b8f41fbeea0a68035865e5778e4dc7d;p=git.git Fix typo in recent Makefile cleanup. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index f2677be03..c0463c621 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ check: install: $(PROG) $(SCRIPTS) $(INSTALL) -m755 -d $(dest)$(bindir) - $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin) + $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bindir) install-tools: $(MAKE) -C tools install