X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=581cc6db714eec12c15f85a65752d5e4df5335e5;hb=mmh-start;hp=e2f8cb4aa2e9c3696382a439652250bc6f2c02c6;hpb=c05210483d82bf5f3786725ff80e12444088a701;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index e2f8cb4..581cc6d 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -118,7 +118,7 @@ libmh.a: $(OBJS) if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c -o libmh.a $(OBJS) ; \ else \ - ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)` ; \ + ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT) 2>/dev/null` ; \ $(RANLIB) libmh.a ; \ fi