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: $(PROG) $(SCRIPTS)
|
||||||
$(INSTALL) -m755 -d $(dest)$(bindir)
|
$(INSTALL) -m755 -d $(dest)$(bindir)
|
||||||
$(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin)
|
$(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bindir)
|
||||||
|
|
||||||
install-tools:
|
install-tools:
|
||||||
$(MAKE) -C tools install
|
$(MAKE) -C tools install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user