projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cae87
)
Removed unused stuff from makefile.
author
markus schnalke
<meillo@marmaro.de>
Sat, 11 Feb 2012 21:16:56 +0000
(22:16 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Sat, 11 Feb 2012 21:16:56 +0000
(22:16 +0100)
sbr/Makefile.in
patch
|
blob
|
history
diff --git
a/sbr/Makefile.in
b/sbr/Makefile.in
index
f916cea
..
6c5d21e
100644
(file)
--- 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)