diff --git a/Makefile b/Makefile index f2677be036..c0463c6215 100644 --- 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)$(bindir) install-tools: $(MAKE) -C tools install