From 72eabfe3e541d572268ac9eb321e2b9d97c93d1b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:36:42 +0200 Subject: [PATCH] Rename sys_stat_.h to sys_stat.in.h. --- ChangeLog | 3 +++ lib/{sys_stat_.h => sys_stat.in.h} | 0 modules/sys_stat | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{sys_stat_.h => sys_stat.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 7ab1290e0..0e1531933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -69,6 +69,9 @@ * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h. * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead of sys_socket_.h. + * 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. 2007-09-30 Bruno Haible diff --git a/lib/sys_stat_.h b/lib/sys_stat.in.h similarity index 100% rename from lib/sys_stat_.h rename to lib/sys_stat.in.h diff --git a/modules/sys_stat b/modules/sys_stat index c789b0133..364c71b39 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -2,7 +2,7 @@ Description: A for systems with missing declarations. Files: -lib/sys_stat_.h +lib/sys_stat.in.h m4/sys_stat_h.m4 Depends-on: @@ -17,7 +17,7 @@ BUILT_SOURCES += $(SYS_STAT_H) # We need the following in order to create when the system # has one that is incomplete. -sys/stat.h: sys_stat_.h +sys/stat.h: sys_stat.in.h @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @@ -26,7 +26,7 @@ sys/stat.h: sys_stat_.h -e 's|@''HAVE_IO_H''@|$(HAVE_IO_H)|g' \ -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \ -e 's|@''HAVE_DECL_MKDIR''@|$(HAVE_DECL_MKDIR)|g' \ - < $(srcdir)/sys_stat_.h; \ + < $(srcdir)/sys_stat.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t -- 2.11.0