gnulib-tool: warning: module strftime-tests has duplicated dependencies: strftime
* modules/strftime-tests (Depends-on): Drop automatic dependency. Signed-off-by: Eric Blake <[email protected]> --- Pushing as obvious. ChangeLog | 5 +++++ modules/strftime-tests | 1 - 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd8f097..d82f2d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-08 Eric Blake <[email protected]> + + strftime: silence gnulib-tool warning + * modules/strftime-tests (Depends-on): Drop automatic dependency. + 2011-04-08 Bruno Haible <[email protected]> verify: Fix syntax error with GCC 4.6 in C++ mode. diff --git a/modules/strftime-tests b/modules/strftime-tests index 96ad213..20bc7cd 100644 --- a/modules/strftime-tests +++ b/modules/strftime-tests @@ -3,7 +3,6 @@ tests/test-strftime.c tests/macros.h Depends-on: -strftime configure.ac: -- 1.7.4.2
