зеркало из https://github.com/microsoft/git.git
Fix typo in recent Makefile cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
adcd3512f5
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче