aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-29 18:38:15 -0700
committerJunio C Hamano <junkio@cox.net>2005-07-29 18:38:15 -0700
commit9e44f8980b8f41fbeea0a68035865e5778e4dc7d (patch)
tree479f5a30ebaed82eab65bf32c8548d8fd2d9ed66
parentadcd3512f5e499a3cc14b865e83580b8c3d235c1 (diff)
downloadgit-9e44f8980b8f41fbeea0a68035865e5778e4dc7d.tar.gz
Fix typo in recent Makefile cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2677be036..c0463c6215 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