From db7e48ff676fc49cba100f903537981e43b4a326 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 14 Sep 2002 19:00:07 +0000
Subject: Fix a thinko -- I used the wrong symbol to check for LFS support. 
 -Erik

---
 libc/misc/statfs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc/misc/statfs')

diff --git a/libc/misc/statfs/Makefile b/libc/misc/statfs/Makefile
index 4da855b28..e8fcf21e4 100644
--- a/libc/misc/statfs/Makefile
+++ b/libc/misc/statfs/Makefile
@@ -22,7 +22,7 @@
 TOPDIR=../../../
 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
 else
 CSRC = statvfs.c fstatvfs.c
-- 
cgit v1.2.3