summaryrefslogtreecommitdiff
path: root/libc/misc/glob/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-13 17:06:43 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-13 17:06:43 +0000
commite907413137f5026a5c3b9bddb3f80771f928eb41 (patch)
treedb5db39860ffba1c56dc1d833a5d2e2fe8692e34 /libc/misc/glob/Makefile.in
parenta2a3c80101de57f0276c63d97bcff4f7f40d4ad3 (diff)
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
Diffstat (limited to 'libc/misc/glob/Makefile.in')
-rw-r--r--libc/misc/glob/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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