diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
commit | 8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5 (patch) | |
tree | 196eec145dc3a6fb925a5b07d831b21d761d7c20 /io/Makefile | |
parent | 48b752c9f6499f0de89766c94b3b1bedbfd6476e (diff) | |
download | glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar.gz glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar.bz2 glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.zip |
Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/io/Makefile b/io/Makefile index c06d747d4a..4aadfbca01 100644 --- a/io/Makefile +++ b/io/Makefile @@ -90,19 +90,6 @@ CFLAGS-posix_fallocate64.c = -fexceptions CFLAGS-test-stat.c = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE -ifeq (yes,$(have-protected)) -CFLAGS-stat.c = -DHAVE_DOT_HIDDEN -CFLAGS-fstat.c = -DHAVE_DOT_HIDDEN -CFLAGS-lstat.c = -DHAVE_DOT_HIDDEN -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 tst-statvfs-ARGS = $(objpfx)tst-statvfs tst-statvfs.c /tmp |