]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename sys_stat_.h to sys_stat.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:36:42 +0000 (00:36 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:36:42 +0000 (00:36 +0200)
ChangeLog
lib/sys_stat.in.h [moved from lib/sys_stat_.h with 100% similarity]
modules/sys_stat

index 7ab1290e093c2865204f2fb365fcd989bc9521e5..0e153193338e09fbac268632d2a4aab4933f72f5 100644 (file)
--- 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  <bruno@clisp.org>
 
similarity index 100%
rename from lib/sys_stat_.h
rename to lib/sys_stat.in.h
index c789b01334770c00215ea5e4eae372efb9227620..364c71b39a6abaa6c0eff892e866739c9e355e9a 100644 (file)
@@ -2,7 +2,7 @@ Description:
 A <sys/stat.h> 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 <sys/stat.h> 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