The gnulib documentation says about the 'Link' field:
"Please write them one per line, so that gnulib-tool can remove
 duplicates when presenting a summary to the user."

Let's do that, really.


2019-01-04  Bruno Haible  <br...@clisp.org>

        pselect: Fix module description.
        * modules/pselect (Link): Put one link option per line.

diff --git a/modules/pselect b/modules/pselect
index a0ff30b..0c2bbeb 100644
--- a/modules/pselect
+++ b/modules/pselect
@@ -24,7 +24,8 @@ Include:
 <sys/select.h>
 
 Link:
-$(LIB_SELECT) $(LIB_PTHREAD_SIGMASK)
+$(LIB_SELECT)
+$(LIB_PTHREAD_SIGMASK)
 
 License:
 LGPLv2+


Reply via email to