X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=581cc6db714eec12c15f85a65752d5e4df5335e5;hb=mmh-start;hp=69a280cdecbbaa04d92bf790abe4024557215cdc;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 69a280c..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) @@ -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