X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=83af14186346a7e79a893753074b668f35f62d02;hb=74d27af89981fc92ea56dec5474a1cec7ac5e474;hp=e2f8cb4aa2e9c3696382a439652250bc6f2c02c6;hpb=c05210483d82bf5f3786725ff80e12444088a701;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index e2f8cb4..83af141 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -30,8 +30,6 @@ GNU_LIBTOOL = @GNU_LIBTOOL@ LINT = @LINT@ LINTFLAGS = @LINTFLAGS@ -LIBOBJS = @LIBOBJS@ - mailspool = @mailspool@ sendmailpath = @sendmailpath@ @@ -63,7 +61,7 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ fmt_addr.c fmt_compile.c fmt_new.c fmt_rfc2047.c \ fmt_scan.c lock_file.c m_atoi.c m_backup.c \ m_convert.c m_draft.c m_getfld.c m_gmprot.c \ - m_maildir.c m_name.c m_scratch.c m_tmpfil.c \ + m_maildir.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 \ @@ -76,16 +74,13 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ strindex.c trimcpy.c uprf.c vfgets.c fmt_def.c \ m_msgdef.c mf.c utils.c m_mktemp.c -# source for compatibility functions -COMPAT = memmove.c snprintf.c strdup.c strerror.c - -OBJS = $(SRCS:.c=.o) $(LIBOBJS) +OBJS = $(SRCS:.c=.o) # auxiliary files AUX = Makefile.in sigmsg.awk dtimep.lex # all files in this directory included in the distribution -DIST = $(SRCS) $(COMPAT) $(AUX) +DIST = $(SRCS) $(AUX) # ========= DEPENDENCIES FOR BUILDING ========== @@ -118,7 +113,7 @@ libmh.a: $(OBJS) if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c -o libmh.a $(OBJS) ; \ else \ - ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)` ; \ + ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT) 2>/dev/null` ; \ $(RANLIB) libmh.a ; \ fi