X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=67a7862a3415e97b83d2567c0e2335abcd64b086;hp=28b517f34471d1745c32b2de4d1778813d71af3a;hb=ffe93d6dc707aaf92529cefb38a1814956b48c9e;hpb=b26456a751067ad3182e9897966aae2363873585 diff --git a/uip/Makefile.in b/uip/Makefile.in index 28b517f..67a7862 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -56,7 +56,7 @@ CMDS = ali anno burst comp conflict dist flist folder forw mmh mark \ rmm scan send sendfiles show slocal sortm spost whatnow # commands that are links to other commands -LCMDS = flists folders next prev +LCMDS = flists folders next prev fnext fprev unseen # misc support binaries MISC = ap dp fmtdump mhtest @@ -237,7 +237,7 @@ install: install-cmds install-misc install-lcmds install-scmds # install commands install-cmds: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) + mkdir -p $(DESTDIR)$(bindir) for cmd in $(CMDS); do \ $(INSTALL_PROGRAM) $$cmd $(DESTDIR)$(bindir)/$$cmd; \ done @@ -261,7 +261,7 @@ install-lcmds: # install misc support binaries install-misc: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) + mkdir -p $(DESTDIR)$(libdir) for misc in $(MISC); do \ $(INSTALL_PROGRAM) $$misc $(DESTDIR)$(libdir)/$$misc; \ done