diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 16:31:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 16:31:51 +0000 |
commit | 7024c7d55cd3aa93e318abb45255f25fe6274a96 (patch) | |
tree | 0abfa36c60cba2b699a900f40893ac994b201491 /lib | |
parent | d84a21ea2d8b4fc8ac9dd32475adeb0582a32613 (diff) | |
download | coreutils-7024c7d55cd3aa93e318abb45255f25fe6274a96.tar.xz |
s/get-date.h/getdate.h/
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/getdate.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 14fb8795f..42967326e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ -get-date.h getline.h getopt.h group-member.h human.h long-options.h \ +getdate.h getline.h getopt.h group-member.h human.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ quotearg.h save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h diff --git a/lib/getdate.y b/lib/getdate.y index 834aa9bdb..df9614f1f 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -439,7 +439,7 @@ o_merid : /* NULL */ /* Include this file down here because bison inserts code above which may define-away `const'. We want the prototype for get_date to have the same signature as the function definition does. */ -#include "get-date.h" +#include "getdate.h" extern struct tm *gmtime (); extern struct tm *localtime (); |