comparison Makefile.in @ 1037:7c899f24a85b

Some minor typo fixes, found by codespell.
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:45:07 +0800
parents 1e496ad473bd
children 01eea88963f3
comparison
equal deleted inserted replaced
1036:deed0571cacc 1037:7c899f24a85b
138 -rm -f $(DESTDIR)$(bindir)/$*$(EXEEXT) 138 -rm -f $(DESTDIR)$(bindir)/$*$(EXEEXT)
139 -ln -s $(bindir)/dropbearmulti$(EXEEXT) $(DESTDIR)$(bindir)/$*$(EXEEXT) 139 -ln -s $(bindir)/dropbearmulti$(EXEEXT) $(DESTDIR)$(bindir)/$*$(EXEEXT)
140 $(INSTALL) -d $(DESTDIR)$(mandir)/man1 140 $(INSTALL) -d $(DESTDIR)$(mandir)/man1
141 if test -e $*.1; then $(INSTALL) -m 644 $*.1 $(DESTDIR)$(mandir)/man1/$*.1; fi 141 if test -e $*.1; then $(INSTALL) -m 644 $*.1 $(DESTDIR)$(mandir)/man1/$*.1; fi
142 142
143 # dropbear should go in sbin, so it needs a seperate rule 143 # dropbear should go in sbin, so it needs a separate rule
144 inst_dropbear: dropbear 144 inst_dropbear: dropbear
145 $(INSTALL) -d $(DESTDIR)$(sbindir) 145 $(INSTALL) -d $(DESTDIR)$(sbindir)
146 $(INSTALL) dropbear$(EXEEXT) $(DESTDIR)$(sbindir) 146 $(INSTALL) dropbear$(EXEEXT) $(DESTDIR)$(sbindir)
147 $(INSTALL) -d $(DESTDIR)$(mandir)/man8 147 $(INSTALL) -d $(DESTDIR)$(mandir)/man8
148 $(INSTALL) -m 644 $(srcdir)/dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8 148 $(INSTALL) -m 644 $(srcdir)/dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8