Removed hard-coded -I.. and -I../.. from INCLUDES.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:18:24 +0000 (00:18 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:18:24 +0000 (00:18 +0200)
It was redundant given -I$(top_srcdir).

Merged from nmh. Thanks to David Levine.

config/Makefile.in
sbr/Makefile.in
sbr/pidstatus.c
uip/Makefile.in

index 8f21039..80eb409 100644 (file)
@@ -23,7 +23,7 @@ mailspool      = @mailspool@
 CC         = @CC@
 CFLAGS     = @CFLAGS@
 DEFS       = @DEFS@
-INCLUDES   = -I.. -I$(top_srcdir) @CPPFLAGS@
+INCLUDES   = -I$(top_srcdir) @CPPFLAGS@
 CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' \
                -DSENDMAILPATH='"$(sendmailpath)"' \
                -DMAILSPOOL='"$(mailspool)"'
index 13c0ecb..f2f1a9e 100644 (file)
@@ -17,7 +17,7 @@ etcdir      = @sysconfdir@
 CC       = @CC@
 CFLAGS   = @CFLAGS@
 DEFS     = @DEFS@
-INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@
+INCLUDES = -I$(top_srcdir) @CPPFLAGS@
 
 LEX    = @LEX@
 AWK    = @AWK@
index a9befee..5886ffc 100644 (file)
@@ -11,7 +11,7 @@
 /*
 ** auto-generated header
 */
-#include <sigmsg.h>
+#include "sigmsg.h"
 #include <sys/wait.h>
 
 #ifndef WTERMSIG
index 9c2d390..1f5a495 100644 (file)
@@ -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@