X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=bd114ce85ec665621ff8158748a3987facb1f346;hb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;hp=28b517f34471d1745c32b2de4d1778813d71af3a;hpb=b26456a751067ad3182e9897966aae2363873585;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index 28b517f..bd114ce 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 @@ -125,8 +125,8 @@ folder: folder.o $(LOCALLIBS) forw: forw.o whatnowproc.o annosbr.o $(LOCALLIBS) $(LINK) forw.o whatnowproc.o annosbr.o $(LINKLIBS) -inc: inc.o scansbr.o dropsbr.o termsbr.o $(LOCALLIBS) - $(LINK) inc.o scansbr.o dropsbr.o termsbr.o $(LINKLIBS) $(TERMLIB) +inc: inc.o scansbr.o termsbr.o $(LOCALLIBS) + $(LINK) inc.o scansbr.o termsbr.o $(LINKLIBS) $(TERMLIB) mmh: mmh.sh cp mmh.sh mmh @@ -218,8 +218,8 @@ show: show.o $(LOCALLIBS) slocal.o: slocal.c $(COMPILE2) $(srcdir)/slocal.c -slocal: slocal.o aliasbr.o dropsbr.o $(LOCALLIBS) - $(LINK) slocal.o aliasbr.o dropsbr.o $(LINKLIBS) +slocal: slocal.o $(LOCALLIBS) + $(LINK) slocal.o $(LINKLIBS) sortm: sortm.o $(LOCALLIBS) $(LINK) sortm.o $(LINKLIBS) @@ -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 @@ -316,7 +316,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \