s/get-date.h/getdate.h/
authorJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 16:31:51 +0000 (16:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 16:31:51 +0000 (16:31 +0000)
lib/Makefile.am
lib/getdate.y

index 14fb8795f88b73562a46e97db29187d685b69361..42967326ed7bc07bb41835565eeabee1bb0f0776 100644 (file)
@@ -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
 
index 834aa9bdb57cc848cf1ac0fd549d532433eb305b..df9614f1f06321c90e30de54d33a217b6e9fb1a2 100644 (file)
@@ -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 ();