summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-16 03:08:28 +0100
committerBruno Haible <bruno@clisp.org>2011-11-16 03:08:28 +0100
commit4f6a7ef5f2097b501ddeac9db94d02306e4546d0 (patch)
treede0e404b78123373bb5306736bcc9aaca7d181de
parent9c19e102abfbf90cb5286c01441fec9f0b37b348 (diff)
downloadgnulib-4f6a7ef5f2097b501ddeac9db94d02306e4546d0.tar.gz
Fix some modules' file list.
* modules/fstatat (Files): Add m4/lstat.m4. * modules/openat (Files): Likewise. * modules/unlinkat (Files): Likewise.
-rw-r--r--ChangeLog8
-rw-r--r--modules/fstatat1
-rw-r--r--modules/openat1
-rw-r--r--modules/unlinkat1
4 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd103f95b0..eddc691510 100644
--- 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.
diff --git a/modules/fstatat b/modules/fstatat
index 7a6123aff4..fa78faf6d9 100644
--- a/modules/fstatat
+++ b/modules/fstatat
@@ -6,6 +6,7 @@ lib/fstatat.c
lib/at-func.c
lib/openat-priv.h
m4/fstatat.m4
+m4/lstat.m4
Depends-on:
sys_stat
diff --git a/modules/openat b/modules/openat
index f2da9bc11b..ccd2e7df70 100644
--- a/modules/openat
+++ b/modules/openat
@@ -6,6 +6,7 @@ lib/at-func.c
lib/openat.c
lib/openat-priv.h
m4/openat.m4
+m4/lstat.m4
m4/mode_t.m4
Depends-on:
diff --git a/modules/unlinkat b/modules/unlinkat
index 9a60757700..4a7b87ed29 100644
--- a/modules/unlinkat
+++ b/modules/unlinkat
@@ -6,6 +6,7 @@ lib/unlinkat.c
lib/at-func.c
lib/openat-priv.h
m4/unlinkat.m4
+m4/lstat.m4
Depends-on:
unistd