From: Bruno Haible Date: Mon, 1 Oct 2007 22:36:42 +0000 (+0200) Subject: Rename sys_stat_.h to sys_stat.in.h. X-Git-Tag: v0.0~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72eabfe3e541d572268ac9eb321e2b9d97c93d1b;p=thirdparty%2Fgnulib.git Rename sys_stat_.h to sys_stat.in.h. --- diff --git a/ChangeLog b/ChangeLog index 7ab1290e09..0e15319333 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 c789b01334..364c71b39a 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