projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adcd351
)
Fix typo in recent Makefile cleanup.
author
Junio C Hamano
<junkio@cox.net>
Sat, 30 Jul 2005 01:38:15 +0000
(18:38 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 30 Jul 2005 01:38:15 +0000
(18:38 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f2677be
..
c0463c6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-180,7
+180,7
@@
check:
install: $(PROG) $(SCRIPTS)
$(INSTALL) -m755 -d $(dest)$(bindir)
- $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin)
+ $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin
dir
)
install-tools:
$(MAKE) -C tools install