diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-13 17:06:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-13 17:06:43 +0000 |
commit | e907413137f5026a5c3b9bddb3f80771f928eb41 (patch) | |
tree | db5db39860ffba1c56dc1d833a5d2e2fe8692e34 /libc/misc/glob/Makefile.in | |
parent | a2a3c80101de57f0276c63d97bcff4f7f40d4ad3 (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.in | 2 |
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 |