Adjust to new make_dir_parents convention.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jun 2005 18:36:25 +0000 (18:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jun 2005 18:36:25 +0000 (18:36 +0000)
ChangeLog

index 6d334fc..a461311 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-06-14  Jim Meyering  <jim@meyering.net>
+2005-06-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1.
 
+       * src/install.c (main): Adjust to new make_dir_parents convention.
+       * src/mkdir.c (main): Likewise.
+
+2005-06-14  Jim Meyering  <jim@meyering.net>
+
        * tests/mkdir/p-3: Ensure mkdir succeeds if the following argument
        is an absolute directory name.