X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..a940963381421de5cd0354c6fd1491754b5d1f5c:/mts/Makefile.in diff --git a/mts/Makefile.in b/mts/Makefile.in index 821caa8f..dd2a18f5 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -51,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