X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=e2f8cb4aa2e9c3696382a439652250bc6f2c02c6;hb=c05210483d82bf5f3786725ff80e12444088a701;hp=0f84568b97256f9ed274fb0c4ac885f2f2a25a20;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 0f84568..e2f8cb4 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for sbr subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -19,7 +17,6 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -HESIOD_INCLUDES = @HESIOD_INCLUDES@ # for mts CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"' INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@ @@ -39,7 +36,7 @@ mailspool = @mailspool@ sendmailpath = @sendmailpath@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(HESIOD_INCLUDES) $(CFLAGS) +COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS)