X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=6c5d21e1e05f618d278ce0765b03c6f793663d0a;hp=f916cea5b999f04b5bbca1b1cafe448e265f774b;hb=3ba5286b78e674fe931790db49d207e12a45fd3c;hpb=a1cae878ec58748fd8d602178fe279bf6116931d diff --git a/sbr/Makefile.in b/sbr/Makefile.in index f916cea..6c5d21e 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,7 +17,6 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"' INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@ LEX = @LEX@ @@ -32,11 +31,7 @@ LINTFLAGS = @LINTFLAGS@ LIBOBJS = @LIBOBJS@ -mailspool = @mailspool@ -sendmailpath = @sendmailpath@ - COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS)