Ensure temp file is closed before its directory is removed.
[gnulib.git] / modules / mkdir-p
index 0ef6f60..7997375 100644 (file)
@@ -2,25 +2,21 @@ Description:
 Ensure that a directory and its parents exist.
 
 Files:
-lib/chdir-safer.c
-lib/chdir-safer.h
-lib/lchmod.h
+lib/dirchownmod.c
+lib/dirchownmod.h
 lib/mkdir-p.c
 lib/mkdir-p.h
-lib/same-inode.h
-m4/afs.m4
-m4/chdir-safer.m4
-m4/lchmod.m4
 m4/mkdir-p.m4
 
 Depends-on:
-alloca
-chown
-gettext-h
-save-cwd
-dirname
 error
+fcntl
+gettext-h
+lchmod
+lchown
+mkancesdirs
 quote
+savewd
 stat-macros
 stdbool
 
@@ -28,6 +24,7 @@ configure.ac:
 gl_MKDIR_PARENTS
 
 Makefile.am:
+lib_SOURCES += dirchownmod.h mkdir-p.h
 
 Include:
 "mkdir-p.h"
@@ -36,4 +33,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Paul Eggert, Jim Meyering