]> Savannah Git Hosting - gnulib.git/commitdiff
mktime: Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Mon, 1 May 2017 14:37:15 +0000 (16:37 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 May 2017 16:37:41 +0000 (18:37 +0200)
* modules/mktime (Depends-on): Add 'time'.

ChangeLog
modules/mktime

index c87285ed09868370f2ecbe3fa81f953a16831b6f..bafd2eb2e683f3f58007a5c54a20a1dbf9ea23c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-01  Bruno Haible  <bruno@clisp.org>
+
+       mktime: Fix dependencies.
+       * modules/mktime (Depends-on): Add 'time'.
+
 2017-05-01  Bruno Haible  <bruno@clisp.org>
 
        New module 'localtime-buffer', split off from module 'gettimeofday'.
index bdd58a95d1db9881601f3df8897621226f9fc577..f08c5b14c3c978fe3cdae034dcad844dd03e226c 100644 (file)
@@ -7,6 +7,7 @@ lib/mktime.c
 m4/mktime.m4
 
 Depends-on:
+time
 multiarch
 intprops        [test $REPLACE_MKTIME = 1]
 stdbool         [test $REPLACE_MKTIME = 1]