X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=5b40ab324fab467e779364ac80899798c092ee09;hp=6c5d21e1e05f618d278ce0765b03c6f793663d0a;hb=c490c51b3c0f8871b6953bd0c74551404f840a74;hpb=3ba5286b78e674fe931790db49d207e12a45fd3c diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 6c5d21e..5b40ab3 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -45,13 +45,13 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) SIGNAL_H = @SIGNAL_H@ # source for library functions -SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ +SRCS = addrsbr.c ambigsw.c brkstring.c \ check_charset.c closefds.c concat.c context_del.c \ context_find.c context_foil.c context_read.c \ context_replace.c context_save.c \ copyip.c cpydata.c cpydgst.c crawl_folders.c \ discard.c done.c dtime.c dtimep.c \ - error.c ext_hook.c fdcompare.c folder_addmsg.c folder_delmsgs.c \ + error.c ext_hook.c folder_addmsg.c folder_delmsgs.c \ folder_free.c folder_pack.c folder_read.c \ folder_realloc.c gans.c getans.c getanswer.c \ getarguments.c getcpy.c getpass.c \ @@ -60,8 +60,8 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ m_convert.c m_draft.c m_getfld.c m_gmprot.c \ m_name.c \ makedir.c mts.c norm_charmap.c \ - path.c peekc.c pidwait.c pidstatus.c \ - print_help.c print_sw.c print_version.c push.c \ + path.c pidwait.c pidstatus.c \ + print_help.c print_sw.c print_version.c \ putenv.c refile.c mhbasename.c \ readconfig.c ruserpass.c seq_add.c seq_bits.c \ seq_del.c seq_getnum.c seq_list.c seq_nameok.c \ @@ -138,7 +138,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); \