From: markus schnalke Date: Sat, 11 Feb 2012 21:16:56 +0000 (+0100) Subject: Removed unused stuff from makefile. X-Git-Tag: mmh-thesis-end~305 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=3ba5286b78e674fe931790db49d207e12a45fd3c Removed unused stuff from makefile. --- 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)