From fce085a455a9429386ac14a75be1d11d8bd842f8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Sep 2002 22:01:05 +0000 Subject: Support fstatvfs64 and statvfs64 -Erik --- libc/misc/statfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/statfs/Makefile') 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) -- cgit v1.2.3