diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-03 22:01:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-03 22:01:05 +0000 |
commit | fce085a455a9429386ac14a75be1d11d8bd842f8 (patch) | |
tree | fe0bcd983b0f7ce7e76dafaa0036f80084c3b814 /libc/misc/statfs/Makefile | |
parent | 1e57a2785af5684112b81767f572d784622ac191 (diff) |
Support fstatvfs64 and statvfs64
-Erik
Diffstat (limited to 'libc/misc/statfs/Makefile')
-rw-r--r-- | libc/misc/statfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/statfs/Makefile b/libc/misc/statfs/Makefile index d8ebf28a9..fea23d741 100644 --- a/libc/misc/statfs/Makefile +++ b/libc/misc/statfs/Makefile @@ -22,7 +22,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -CSRC = fstatfs64.c fstatvfs.c statfs64.c statvfs.c +CSRC = fstatfs64.c statfs64.c statvfs.c statvfs64.c fstatvfs.c fstatvfs64.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |