From a34cff2253a094f387bfe580ee26851d1d481968 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Mar 1998 16:31:51 +0000 Subject: [PATCH] s/get-date.h/getdate.h/ --- lib/Makefile.am | 2 +- lib/getdate.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 14fb8795f8..42967326ed 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 834aa9bdb5..df9614f1f0 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 (); -- 2.30.2