| Index: newlib-trunk/newlib/libc/posix/Makefile.am
|
| ===================================================================
|
| --- a/newlib-trunk/newlib/libc/posix/Makefile.am
|
| +++ b/newlib-trunk/newlib/libc/posix/Makefile.am
|
| @@ -4,9 +4,10 @@
|
|
|
| INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
| +# @LOCALMOD: eliminated: glob.c
|
| GENERAL_SOURCES = \
|
| closedir.c collate.c collcmp.c creat.c \
|
| - fnmatch.c glob.c _isatty.c isatty.c \
|
| + fnmatch.c _isatty.c isatty.c \
|
| opendir.c readdir.c readdir_r.c \
|
| regcomp.c regerror.c regexec.c regfree.c \
|
| rewinddir.c sleep.c usleep.c \
|
|
|