From: Bruno Haible Date: Sun, 30 Sep 2018 17:50:34 +0000 (+0200) Subject: grantpt: Remove unnecessary dependency. X-Git-Tag: v1.0~5391 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=33e78f21d19a5a6b89752b2451c781c85c057976;p=gnulib.git grantpt: Remove unnecessary dependency. * modules/grantpt (Depends-on): Remove 'builtin-expect'. --- diff --git a/ChangeLog b/ChangeLog index d6caa73538..650e2a0db4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-30 Bruno Haible + + grantpt: Remove unnecessary dependency. + * modules/grantpt (Depends-on): Remove 'builtin-expect'. + 2018-09-30 Bruno Haible timevar: Small tweaks. diff --git a/modules/grantpt b/modules/grantpt index 486bb8550e..38675b6fb5 100644 --- a/modules/grantpt +++ b/modules/grantpt @@ -9,7 +9,6 @@ m4/grantpt.m4 Depends-on: stdlib extensions -builtin-expect [test $HAVE_GRANTPT = 0] pt_chown [test $HAVE_GRANTPT = 0] waitpid [test $HAVE_GRANTPT = 0] configmake [test $HAVE_GRANTPT = 0]