From 571a9a5a3d1e53e0b93885711fcf6910f347f062 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 19 Dec 2016 08:20:45 -0800 Subject: [PATCH] getopt-posix-tests: fix Makefile typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * modules/getopt-posix-tests (test_getopt_posix_LDADD): Fix typo: the last ‘_’ was missing in the name. I suspect that the typo explains this build failure: https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/39 although I can’t reproduce the problem on Solaris 10 sparc. --- ChangeLog | 9 +++++++++ modules/getopt-posix-tests | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49b2c99eea..d6806ef075 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-12-19 Paul Eggert + + getopt-posix-tests: fix Makefile typo + * modules/getopt-posix-tests (test_getopt_posix_LDADD): + Fix typo: the last ‘_’ was missing in the name. + I suspect that the typo explains this build failure: + https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/39 + although I can’t reproduce the problem on Solaris 10 sparc. + 2016-12-18 Paul Eggert dfa: improve worst-case 'replace' performance diff --git a/modules/getopt-posix-tests b/modules/getopt-posix-tests index 067e38fabb..fe71fcdfa4 100644 --- a/modules/getopt-posix-tests +++ b/modules/getopt-posix-tests @@ -17,4 +17,4 @@ configure.ac: Makefile.am: TESTS += test-getopt-posix check_PROGRAMS += test-getopt-posix -test_getopt_posixLDADD = $(LDADD) $(LIBINTL) +test_getopt_posix_LDADD = $(LDADD) $(LIBINTL) -- 2.39.5