summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-07 14:29:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-05-07 14:30:09 -0700
commitb9bd5c498cf2791ec4daacd25716a3e13096247f (patch)
tree6f991bd3a8c8b3a421b30751c605450e00033f13
parentc1a8825410ad58e8344bdb202b2559935179e513 (diff)
downloadgnulib-b9bd5c498cf2791ec4daacd25716a3e13096247f.tar.gz
ignore-value, verify: Omit include files from lib_SOURCES.
* modules/ignore-value, modules/verify (Makefile.am): Don't put ignore-value.h, or verify.h, into lib_SOURCES, as that leads Automake to duplicate use of am__objects_... variables in Makefile.in. See <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
-rw-r--r--ChangeLog9
-rw-r--r--modules/ignore-value1
-rw-r--r--modules/verify1
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c84262bc4c..67e79933de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-05-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ ignore-value, verify: Omit include files from lib_SOURCES.
+ * modules/ignore-value, modules/verify (Makefile.am):
+ Don't put ignore-value.h, or verify.h, into lib_SOURCES, as
+ that leads Automake to duplicate use of am__objects_... variables
+ in Makefile.in. See
+ <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fclose: Simplify autoconf macro.
diff --git a/modules/ignore-value b/modules/ignore-value
index 8d48863493..9d00c1f69f 100644
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -10,7 +10,6 @@ configure.ac:
AC_REQUIRE([AC_C_INLINE])
Makefile.am:
-lib_SOURCES += ignore-value.h
Include:
"ignore-value.h"
diff --git a/modules/verify b/modules/verify
index eebb1cde8c..5216ce890d 100644
--- a/modules/verify
+++ b/modules/verify
@@ -9,7 +9,6 @@ Depends-on:
configure.ac:
Makefile.am:
-lib_SOURCES += verify.h
Include:
"verify.h"