X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=581cc6db714eec12c15f85a65752d5e4df5335e5;hb=ab7b48411962d26439f92f35ed084d3d6275459c;hp=b8787d1734bdf5aefca6c05e025114a3e915e31b;hpb=788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index b8787d1..581cc6d 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for sbr subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -19,10 +17,8 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -KRB4_INCLUDES = @KRB4_INCLUDES@ # for mts -HESIOD_INCLUDES = @HESIOD_INCLUDES@ # for mts CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"' -INCLUDES = -I.. -I. -I$(top_srcdir) +INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@ LEX = @LEX@ AWK = @AWK@ @@ -40,7 +36,7 @@ mailspool = @mailspool@ sendmailpath = @sendmailpath@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(KRB4_INCLUDES) $(HESIOD_INCLUDES) $(CFLAGS) +COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) @@ -78,7 +74,7 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ seq_setprev.c seq_setunseen.c showfile.c signals.c \ smatch.c snprintb.c ssequal.c strcasecmp.c \ strindex.c trimcpy.c uprf.c vfgets.c fmt_def.c \ - m_msgdef.c mf.c utils.c + m_msgdef.c mf.c utils.c m_mktemp.c # source for compatibility functions COMPAT = memmove.c snprintf.c strdup.c strerror.c @@ -122,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