Rename lib/stat_.h to lib/sys_stat_.h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:18:49 +0000 (18:18 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:18:49 +0000 (18:18 +0000)
ChangeLog
modules/sys_stat

index b6897fb..2e76d2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-27  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sys_stat_.h: Renamed from lib/stat_.h.
+       * modules/sys_stat (Makefile.am): Update.
+
 2007-04-27  Eric Blake  <ebb9@byu.net>
 
        * lib/freading.h: Improve comments.
index b8d8c62..a37456b 100644 (file)
@@ -2,7 +2,7 @@ Description:
 A <sys/stat.h> for systems with missing declarations.
 
 Files:
-lib/stat_.h
+lib/sys_stat_.h
 m4/sys_stat_h.m4
 
 Depends-on:
@@ -17,12 +17,12 @@ 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: stat_.h
+sys/stat.h: sys_stat_.h
        @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
-             < $(srcdir)/stat_.h; \
+             < $(srcdir)/sys_stat_.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t