From 3ba5286b78e674fe931790db49d207e12a45fd3c Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 11 Feb 2012 22:16:56 +0100 Subject: [PATCH] Removed unused stuff from makefile. --- sbr/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) 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) -- 1.7.10.4