1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

Fix typo in recent Makefile cleanup.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-07-29 18:38:15 -07:00
parent adcd3512f5
commit 9e44f8980b

View file

@ -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