This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 48fb454268ad2eb3b48df79d6939fa2886982621 (commit)
from 6bd76adcc81f4a725352c338a39212bcdefb0a4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=48fb454268ad2eb3b48df79d6939fa2886982621
commit 48fb454268ad2eb3b48df79d6939fa2886982621
Author: David Levine <[email protected]>
Date: Sun Jan 8 10:27:15 2012 -0600
Removed hard-coded -I.. and -I../.. from INCLUDES, it was redundant given
-I$(top_srcdir).
diff --git a/config/Makefile.in b/config/Makefile.in
index 23ded2a..4d2d5db 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -23,7 +23,7 @@ default_pager = @pagerpath@
CC = @CC@
CFLAGS = @CFLAGS@
DEFS = @DEFS@
-INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@
+INCLUDES = -I$(top_srcdir) @CPPFLAGS@
CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"'
-DNMHLIBDIR='"$(libdir)"' \
-DDEFAULT_EDITOR='"$(default_editor)"'
-DDEFAULT_PAGER='"$(default_pager)"'
diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in
index b2a4059..730909d 100644
--- a/mts/smtp/Makefile.in
+++ b/mts/smtp/Makefile.in
@@ -17,7 +17,7 @@ etcdir = @sysconfdir@
CC = @CC@
CFLAGS = @CFLAGS@
DEFS = @DEFS@
-INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
+INCLUDES = -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
LINT = @LINT@
LINTFLAGS = @LINTFLAGS@
diff --git a/sbr/Makefile.in b/sbr/Makefile.in
index 83af141..555d031 100644
--- a/sbr/Makefile.in
+++ b/sbr/Makefile.in
@@ -18,7 +18,7 @@ CC = @CC@
CFLAGS = @CFLAGS@
DEFS = @DEFS@
CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"'
-DSENDMAILPATH='"$(sendmailpath)"'
-INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@
+INCLUDES = -I. -I$(top_srcdir) @CPPFLAGS@
LEX = @LEX@
AWK = @AWK@
diff --git a/uip/Makefile.in b/uip/Makefile.in
index d676db0..39614d6 100644
--- a/uip/Makefile.in
+++ b/uip/Makefile.in
@@ -17,7 +17,7 @@ etcdir = @sysconfdir@
CC = @CC@
CFLAGS = @CFLAGS@
DEFS = @DEFS@
-INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
+INCLUDES = -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-----------------------------------------------------------------------
Summary of changes:
config/Makefile.in | 2 +-
mts/smtp/Makefile.in | 2 +-
sbr/Makefile.in | 2 +-
uip/Makefile.in | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits