This is the birth of mmh. :-)
[mmh] / mts / Makefile.in
index fcec813..dd2a18f 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for mts subdirectory
 #
-# $Id$
-#
 
 SHELL = /bin/sh
 
@@ -53,7 +51,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