Skip to content
Snippets Groups Projects
Commit 927a2dc8 authored by Matt Johnston's avatar Matt Johnston
Browse files

Fix "make install" dependency so that it works without prior "make"

parent ce9f9594
No related merge requests found
......@@ -147,7 +147,7 @@ inst_dropbear: dropbear
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
$(INSTALL) -m 644 dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8
inst_%: $*
inst_%: %
$(INSTALL) -d $(DESTDIR)$(bindir)
$(INSTALL) $*$(EXEEXT) $(DESTDIR)$(bindir)
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment