diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-29 18:38:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-29 18:38:15 -0700 |
commit | 9e44f8980b8f41fbeea0a68035865e5778e4dc7d (patch) | |
tree | 479f5a30ebaed82eab65bf32c8548d8fd2d9ed66 | |
parent | adcd3512f5e499a3cc14b865e83580b8c3d235c1 (diff) | |
download | git-9e44f8980b8f41fbeea0a68035865e5778e4dc7d.tar.gz git-9e44f8980b8f41fbeea0a68035865e5778e4dc7d.tar.xz |
Fix typo in recent Makefile cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |