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

This commit is contained in:
Matt Johnston 2014-03-07 21:30:20 +08:00
parent ce9f9594da
commit 927a2dc849

View File

@ -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