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 39efb33d68e26157fb736b8d4ed3af17e4c84ed3..dfb0999bd2c9c259422486f440a9c338773b48da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 2871a4a808e0647b2bba30a380b152c35fd5f319..ed4ee10277856503c9b7a03f3e7b3fcfcefa7ad0 100644 (file)
@@ -6,6 +6,7 @@ lib/mkdir.c
 m4/mkdir-slash.m4
 
 Depends-on:
+sys_stat
 xalloc
 dirname