X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;fp=uip%2FMakefile.in;h=8719cc70edb917769c41bb71c24a11fdbfe393e0;hp=cd43aaaeaedbaff0762005ce580fb9d320b07537;hb=1d392de336185c47e70ebc89cb36ea5fc77fc3f0;hpb=e5579d23f1d5dcfaf9b7ecb2819e3a0f0b2ab3fa diff --git a/uip/Makefile.in b/uip/Makefile.in index cd43aaa..8719cc7 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -54,10 +54,10 @@ CMDS = ali anno burst comp dist flist folder forw mmh mark \ mhbuild mhl mhsign mhpgp \ mhlist mhmail mhparam mhpath mhstore new packf pick \ print-mimetype prompter rcvdist rcvpack rcvstore refile repl rmf \ - rmm scan send sendfiles show slocal sortm spost whatnow whom + rmm send sendfiles show slocal sortm spost whatnow whom # commands that are links to other commands -LCMDS = flists folders next prev fnext fprev unseen +LCMDS = flists folders next prev fnext fprev unseen scan # misc support binaries MISC = ap dp fmtdump mhtest mmhwrap whatnow2 @@ -74,7 +74,7 @@ SRCS = ali.c aliasbr.c anno.c ap.c burst.c comp.c \ mhpath.c mhshow.c mhshowsbr.c mhstore.c mhtest.c \ new.c packf.c pick.c print-mimetype.sh \ prompter.c rcvdist.c rcvpack.c rcvstore.c \ - refile.c repl.c rmf.c rmm.c scan.c scansbr.c send.c \ + refile.c repl.c rmf.c rmm.c scansbr.c send.c \ sendfiles.sh slocal.c sortm.c spost.c termsbr.c \ whatnow.c whatnowproc.c whom.c whatnow2.sh @@ -203,9 +203,6 @@ rmf: rmf.o $(LOCALLIBS) rmm: rmm.o $(LOCALLIBS) $(LINK) rmm.o $(LINKLIBS) -scan: scan.o scansbr.o termsbr.o $(LOCALLIBS) - $(LINK) scan.o scansbr.o termsbr.o $(LINKLIBS) $(TERMLIB) - send: send.o distsbr.o $(LOCALLIBS) $(LINK) send.o distsbr.o $(LINKLIBS) @@ -252,6 +249,7 @@ install-lcmds: rm -f $(DESTDIR)$(bindir)/unseen rm -f $(DESTDIR)$(bindir)/prev rm -f $(DESTDIR)$(bindir)/next + rm -f $(DESTDIR)$(bindir)/next $(LN) $(DESTDIR)$(bindir)/flist $(DESTDIR)$(bindir)/flists $(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders $(LN) $(DESTDIR)$(bindir)/new $(DESTDIR)$(bindir)/fnext @@ -259,6 +257,7 @@ install-lcmds: $(LN) $(DESTDIR)$(bindir)/new $(DESTDIR)$(bindir)/unseen $(LN) $(DESTDIR)$(bindir)/show $(DESTDIR)$(bindir)/prev $(LN) $(DESTDIR)$(bindir)/show $(DESTDIR)$(bindir)/next + $(LN) $(DESTDIR)$(bindir)/pick $(DESTDIR)$(bindir)/scan # install misc support binaries install-misc: