Skip to content

Commit

Permalink
Fix typo in recent Makefile cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jul 30, 2005
1 parent adcd351 commit 9e44f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e44f89

Please sign in to comment.