summaryrefslogtreecommitdiff
path: root/modules/getumask-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 11:39:17 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commit353a6ecc8bbfc2bfef0b1abc585662bee5f84699 (patch)
tree4062418650e61cd2454f8334e13b2319b2d62408 /modules/getumask-tests
parentef1a2a94278dd2ed5689798c8732ba2bcdfa072c (diff)
downloadgnulib-353a6ecc8bbfc2bfef0b1abc585662bee5f84699.tar.gz
getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB.
* m4/getrandom.m4: Rename LIB_GETRANDOM to GETRANDOM_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/getumask-tests')
-rw-r--r--modules/getumask-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getumask-tests b/modules/getumask-tests
index 455ef0ff6b..ce506e075f 100644
--- a/modules/getumask-tests
+++ b/modules/getumask-tests
@@ -10,4 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-getumask
check_PROGRAMS += test-getumask
-test_getumask_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(LIB_GETRANDOM) $(LIBINTL) $(LIBTHREAD)
+test_getumask_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(GETRANDOM_LIB) $(LIBINTL) $(LIBTHREAD)