From 4f2408532c0aba7fbf011ec2f2fef9ed39802265 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:37:40 +0200 Subject: [PATCH] Rename sys_time_.h to sys_time.in.h. --- ChangeLog | 3 +++ lib/{sys_time_.h => sys_time.in.h} | 0 modules/sys_time | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{sys_time_.h => sys_time.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 0e1531933..03f9716e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,6 +72,9 @@ * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h. * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of sys_stat_.h. + * lib/sys_time.in.h: Renamed from lib/sys_time_.h. + * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of + sys_time_.h. 2007-09-30 Bruno Haible diff --git a/lib/sys_time_.h b/lib/sys_time.in.h similarity index 100% rename from lib/sys_time_.h rename to lib/sys_time.in.h diff --git a/modules/sys_time b/modules/sys_time index 738c891d7..e261583aa 100644 --- a/modules/sys_time +++ b/modules/sys_time @@ -2,7 +2,7 @@ Description: A that conforms better to POSIX. Files: -lib/sys_time_.h +lib/sys_time.in.h m4/sys_time_h.m4 Depends-on: @@ -17,7 +17,7 @@ BUILT_SOURCES += $(SYS_TIME_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -sys/time.h: sys_time_.h +sys/time.h: sys_time.in.h @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @@ -26,7 +26,7 @@ sys/time.h: sys_time_.h -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \ - < $(srcdir)/sys_time_.h; \ + < $(srcdir)/sys_time.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += sys/time.h sys/time.h-t -- 2.11.0