Removed --with-smtpservers configure option and thelike
[mmh] / mts / Makefile.in
index 821caa8..eeafd3a 100644 (file)
@@ -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