Replaced C program `install-mh' by shell script `mmh'.
[mmh] / uip / Makefile.in
index d92d27a..ee096aa 100644 (file)
@@ -50,7 +50,7 @@ SETGID_MAIL    = @SETGID_MAIL@
        $(COMPILE) $<
 
 # commands to build
-CMDS = ali anno burst comp dist flist folder forw install-mh mark mhbuild \
+CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild \
        mhlist mhmail mhparam mhpath mhshow mhstore msgchk \
        new packf pick prompter refile repl rmf rmm scan send show \
        sortm whatnow
@@ -68,7 +68,7 @@ SCMDS = inc
 # source files
 SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \
        conflict.c dist.c distsbr.c dp.c dropsbr.c flist.c fmtdump.c \
-       folder.c forw.c ftpsbr.c inc.c install-mh.c mark.c md5.c mhbuild.c \
+       folder.c forw.c ftpsbr.c inc.c mmh.sh mark.c md5.c mhbuild.c \
        mhbuildsbr.c mhcachesbr.c mhfree.c mhl.c mhlist.c mhlistsbr.c \
        mhlsbr.c mhmail.c mhmisc.c mhoutsbr.c mhparam.c mhparse.c \
        mhpath.c mhshow.c mhshowsbr.c mhstore.c mhstoresbr.c mhtest.c \
@@ -129,8 +129,9 @@ forw: forw.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LOCALLIB
 inc: inc.o scansbr.o dropsbr.o termsbr.o $(LOCALLIBS)
        $(LINK) inc.o scansbr.o dropsbr.o termsbr.o $(LINKLIBS) $(TERMLIB)
 
-install-mh: install-mh.o $(LOCALLIBS)
-       $(LINK) install-mh.o $(LINKLIBS)
+mmh: mmh.sh
+       cp mmh.sh mmh
+       chmod +x mmh
 
 mark: mark.o $(LOCALLIBS)
        $(LINK) mark.o $(LINKLIBS)
@@ -246,7 +247,6 @@ install-lcmds:
        rm -f $(DESTDIR)$(bindir)/unseen
        rm -f $(DESTDIR)$(bindir)/prev
        rm -f $(DESTDIR)$(bindir)/next
-       rm -f $(DESTDIR)$(libdir)/install-mh
        $(LN) $(DESTDIR)$(bindir)/flist  $(DESTDIR)$(bindir)/flists
        $(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders
        $(LN) $(DESTDIR)$(bindir)/new    $(DESTDIR)$(bindir)/fnext