diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-02 11:38:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-02 11:38:46 +0000 |
commit | 2b91002054f934f7820d193e47a5c44a4ce43916 (patch) | |
tree | 57b5aa0adb0f1438b34816bdd0b44d2cc5c72679 | |
parent | 0d800566cbf2be27424db41a35f782b03f980331 (diff) | |
download | coreutils-2b91002054f934f7820d193e47a5c44a4ce43916.tar.xz |
Change makepath.c to mkdir-p.c here, too.
-rw-r--r-- | po/POTFILES.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index de9941928..632500935 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of files which contain translatable strings. -# Copyright (C) 1996-2004 Free Software Foundation, Inc. +# Copyright (C) 1996-2005 Free Software Foundation, Inc. # These are nominally temporary... lib/argmatch.c @@ -8,7 +8,7 @@ lib/error.c lib/file-type.c lib/getopt.c lib/human.c -lib/makepath.c +lib/mkdir-p.c lib/obstack.c lib/openat.c lib/quotearg.c |