mirror of
https://github.com/git/git.git
synced 2025-04-18 04:15:52 +00:00
Fix typo in recent Makefile cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
adcd3512f5
commit
9e44f8980b
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user