Depend on sys_stat, since it fixes an mkdir portability problem.
authorBruno Haible <bruno@clisp.org>
Tue, 1 May 2007 10:42:29 +0000 (10:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 1 May 2007 10:42:29 +0000 (10:42 +0000)
ChangeLog
modules/mkdir

index 39efb33..dfb0999 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-05-01  Bruno Haible  <bruno@clisp.org>
 
+       * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
+       the portability of 'mkdir' to mingw systems.
+
+2007-05-01  Bruno Haible  <bruno@clisp.org>
+
        * doc/headers/google-ranking.txt: New file.
 
 2007-04-30  Eric Blake  <ebb9@byu.net>
index 2871a4a..ed4ee10 100644 (file)
@@ -6,6 +6,7 @@ lib/mkdir.c
 m4/mkdir-slash.m4
 
 Depends-on:
+sys_stat
 xalloc
 dirname