bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: remove redundant use of $(INCLUDES)


From: Stefano Lattarini
Subject: [PATCH] build: remove redundant use of $(INCLUDES)
Date: Fri, 11 Jan 2013 15:25:30 +0100

* lib/Makefile.am: Here.  This definition was redundant because Automake
also takes care of automatically adding $(srcdir) and $(top_builddir)
to the C preprocessor search path.  Also, use of INCLUDES is deprecated
in Automake 1.13 (causing a runtime warning), and support for it will be
completely removed in Automake 1.14.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0d9eff3..2c7cd47 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,8 +27,6 @@ noinst_LIBRARIES =
 
 include gnulib.mk
 
-INCLUDES = -I.. -I$(srcdir)
-
 AM_CFLAGS += $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
 
 libgreputils_a_SOURCES += \
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

[Prev in Thread] Current Thread [Next in Thread]