X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2FMakefile.in;h=eeafd3a30adab9838b13911f915ca460d3b012f5;hp=c72f35080f50c93174a284eb66652d699c0a6f68;hb=128545e06224233b7e91fc4c83f8830252fe16c9;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f diff --git a/mts/Makefile.in b/mts/Makefile.in index c72f350..eeafd3a 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for mts subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -35,10 +33,6 @@ DIST = $(AUX) # subdirectories SUBDIRS = smtp -# mail transport agent we are using (currently always smtp) -# MTS = smtp -# DEPRECATED: smtp/sendmail functionality handled by mts.conf - # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== all: all-recursive libmts.a @@ -53,7 +47,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 +91,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)