Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix typo in recent Makefile cleanup.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f2677be0366b521913942bebc340c59aa3dd620d..c0463c6215acd53782740e6481396fae654953e1 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