From 4e2664e5b1d7032ce5ee895cd06497e61d07a80f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 26 Feb 2006 13:31:56 +0000 Subject: Don't build glob64 for non-LFS --- libc/misc/glob/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/misc') diff --git a/libc/misc/glob/Makefile.in b/libc/misc/glob/Makefile.in index 00acf326a..7a4fa79f1 100644 --- a/libc/misc/glob/Makefile.in +++ b/libc/misc/glob/Makefile.in @@ -6,7 +6,10 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := glob.c glob64.c glob-hooks.c +CSRC := glob.c glob-hooks.c +ifeq ($(UCLIBC_HAS_LFS),y) +CSRC += glob64.c +endif MISC_GLOB_DIR := $(top_srcdir)libc/misc/glob MISC_GLOB_OUT := $(top_builddir)libc/misc/glob -- cgit v1.2.3