summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-15 13:03:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-15 13:03:11 +0000
commit03bea447b84d11b19ad2535e15ebdb7df8053d91 (patch)
treebef1de6f602f8555c249ed83d1759672b6461513 /io
parent5d456f7eba1c5083679973d53ef78b45b22818ca (diff)
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise. (CFLAGS-mknodat.c): Likewise.
Diffstat (limited to 'io')
-rw-r--r--io/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 895b3e3a73..c06d747d4a 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -98,6 +98,9 @@ CFLAGS-mknod.c = -DHAVE_DOT_HIDDEN
CFLAGS-stat64.c = -DHAVE_DOT_HIDDEN
CFLAGS-fstat64.c = -DHAVE_DOT_HIDDEN
CFLAGS-lstat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-mknodat.c = -DHAVE_DOT_HIDDEN
endif
test-stat2-ARGS = Makefile . $(objpfx)test-stat2