X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=mts%2FMakefile.in;h=dd2a18f5c21f96bb8756c5a1e562687db2a3bb25;hb=f77270883363b2407ba4588e20ab697535d45c50;hp=fcec81338ae97171d57c2f76d10f7330675b9e42;hpb=35c228531bc8e00d43be590255df9408a4fcbe19;p=mmh diff --git a/mts/Makefile.in b/mts/Makefile.in index fcec813..dd2a18f 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -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