|
@@ -22,7 +22,7 @@
|
|
TOPDIR=../../../
|
|
TOPDIR=../../../
|
|
include $(TOPDIR)Rules.mak
|
|
include $(TOPDIR)Rules.mak
|
|
|
|
|
|
-ifeq ($(strip $(__UCLIBC_HAVE_LFS__)),true)
|
|
+ifeq ($(strip $(DOLFS)),true)
|
|
CSRC = fstatfs64.c statfs64.c statvfs.c statvfs64.c fstatvfs.c fstatvfs64.c
|
|
CSRC = fstatfs64.c statfs64.c statvfs.c statvfs64.c fstatvfs.c fstatvfs64.c
|
|
else
|
|
else
|
|
CSRC = statvfs.c fstatvfs.c
|
|
CSRC = statvfs.c fstatvfs.c
|