summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--modules/canon-host3
-rw-r--r--modules/timevar4
3 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 18f98e421f..92bf9cdd24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-01-04 Bruno Haible <bruno@clisp.org>
+ Remove redundant 'Link' sections.
+ * modules/canon-host (Link): Remove section.
+ * modules/timevar (Link): Likewise.
+
+2019-01-04 Bruno Haible <bruno@clisp.org>
+
Remove incorrect 'Link' sections.
* modules/acl (Link): Remove section. Use combined 'Link' sections from
the dependencies instead.
diff --git a/modules/canon-host b/modules/canon-host
index c9628da2ae..8804a55d89 100644
--- a/modules/canon-host
+++ b/modules/canon-host
@@ -20,9 +20,6 @@ lib_SOURCES += canon-host.c
Include:
"canon-host.h"
-Link:
-$(GETADDRINFO_LIB)
-
License:
LGPL
diff --git a/modules/timevar b/modules/timevar
index b2a12bb992..3e1eb48f7f 100644
--- a/modules/timevar
+++ b/modules/timevar
@@ -20,10 +20,6 @@ lib_SOURCES += timevar.c timevar.def
Include:
"timevar.h"
-Link:
-$(LIB_GETHRXTIME)
-$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
-
License:
GPLv3+