changeset 8734:8e23d07cf780

Rename lib/stat_.h to lib/sys_stat_.h.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Apr 2007 18:18:49 +0000
parents 210808085e2d
children 3bd830f7e49c
files ChangeLog modules/sys_stat
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/sys_stat
+++ b/modules/sys_stat
@@ -2,7 +2,7 @@
 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 @@
 
 # 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