X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2FMakefile.in;h=dd2a18f5c21f96bb8756c5a1e562687db2a3bb25;hb=464b0345e434044712dffa4d72e72d36316d2b7c;hp=c72f35080f50c93174a284eb66652d699c0a6f68;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f;p=mmh diff --git a/mts/Makefile.in b/mts/Makefile.in index c72f350..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 @@ -97,7 +95,7 @@ lint: subdir = mts Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) nmhdist: $(DIST)