Fix typo in recent Makefile cleanup.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2005-07-29 18:38:15 -07:00
parent adcd3512f5
commit 9e44f8980b
1 changed files with 1 additions and 1 deletions

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