X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=mts%2FMakefile.in;h=821caa8fb3b2ca47e15f9895fbf4fd5f9a0f6fd0;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=08b4754ca08f001b2cc0b2a3b92b5573f5c2c2f6;hpb=75e073ea52a427394690e0c1ef7943a1727c7095;p=mmh diff --git a/mts/Makefile.in b/mts/Makefile.in index 08b4754..821caa8 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for mts subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -24,7 +22,7 @@ LIBTOOL = @LIBTOOL@ GNU_LIBTOOL = @GNU_LIBTOOL@ # object files that go into libmts.a -OBJS = generic/client.o generic/mts.o smtp/hosts.o smtp/smtp.o +OBJS = smtp/hosts.o smtp/smtp.o # auxiliary files AUX = Makefile.in @@ -33,7 +31,7 @@ AUX = Makefile.in DIST = $(AUX) # subdirectories -SUBDIRS = smtp generic +SUBDIRS = smtp # mail transport agent we are using (currently always smtp) # MTS = smtp @@ -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)