From e907413137f5026a5c3b9bddb3f80771f928eb41 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 13 Jul 2006 17:06:43 +0000 Subject: psm writes: forgotten to mention to remove glob-hooks.c and the reference in Makefile.in (the prototypes for the 3 hooks were already removed by the patch applied here) Peter --- libc/misc/glob/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/glob/Makefile.in') diff --git a/libc/misc/glob/Makefile.in b/libc/misc/glob/Makefile.in index 5fc913265..93367f41b 100644 --- a/libc/misc/glob/Makefile.in +++ b/libc/misc/glob/Makefile.in @@ -6,7 +6,7 @@ # ifeq ($(UCLIBC_HAS_GNU_GLOB),y) -CSRC := glob.c glob-hooks.c +CSRC := glob.c ifeq ($(UCLIBC_HAS_LFS),y) CSRC += glob64.c endif -- cgit v1.2.3