changeset 1265:b2af16215011

s/get-date.h/getdate.h/
author Jim Meyering <jim@meyering.net>
date Sat, 14 Mar 1998 16:31:51 +0000
parents d4a27869345a
children 13bce4b8e092
files lib/Makefile.am lib/getdate.y
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,7 +22,7 @@
 
 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
 
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -439,7 +439,7 @@
 /* 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 ();