changeset 16089:592c7f4c8a2a

Fix some modules' file list. * modules/fstatat (Files): Add m4/lstat.m4. * modules/openat (Files): Likewise. * modules/unlinkat (Files): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 16 Nov 2011 03:08:28 +0100
parents 780e83599399
children c5a878844e86
files ChangeLog modules/fstatat modules/openat modules/unlinkat
diffstat 4 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-15  Ben Walton <bwalton@artsci.utoronto.ca>  (tiny change)
+	    Bruno Haible  <bruno@clisp.org>
+
+	Fix some modules' file list.
+	* modules/fstatat (Files): Add m4/lstat.m4.
+	* modules/openat (Files): Likewise.
+	* modules/unlinkat (Files): Likewise.
+
 2011-11-15  Gary V. Vaughan  <gary@gnu.org>
 
 	maint.mk: fix tight-scope.mk generation in VPATH builds.
--- a/modules/fstatat
+++ b/modules/fstatat
@@ -6,6 +6,7 @@
 lib/at-func.c
 lib/openat-priv.h
 m4/fstatat.m4
+m4/lstat.m4
 
 Depends-on:
 sys_stat
--- a/modules/openat
+++ b/modules/openat
@@ -6,6 +6,7 @@
 lib/openat.c
 lib/openat-priv.h
 m4/openat.m4
+m4/lstat.m4
 m4/mode_t.m4
 
 Depends-on:
--- a/modules/unlinkat
+++ b/modules/unlinkat
@@ -6,6 +6,7 @@
 lib/at-func.c
 lib/openat-priv.h
 m4/unlinkat.m4
+m4/lstat.m4
 
 Depends-on:
 unistd