X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2FMakefile.in;h=eeafd3a30adab9838b13911f915ca460d3b012f5;hp=821caa8fb3b2ca47e15f9895fbf4fd5f9a0f6fd0;hb=05b7f957ba42e79f49b3a62aea2502168c9abf7a;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b diff --git a/mts/Makefile.in b/mts/Makefile.in index 821caa8..eeafd3a 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -33,10 +33,6 @@ DIST = $(AUX) # subdirectories SUBDIRS = smtp -# mail transport agent we are using (currently always smtp) -# MTS = smtp -# DEPRECATED: smtp/sendmail functionality handled by mts.conf - # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== all: all-recursive libmts.a @@ -51,7 +47,7 @@ libmts.a: $(OBJS) if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ - ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \ + ar cr $@ `$(LORDER) $(OBJS) | $(TSORT) 2>/dev/null` ; \ $(RANLIB) $@ ; \ fi