| Index: newlib-trunk/newlib/libc/Makefile.in
|
| ===================================================================
|
| --- a/newlib-trunk/newlib/libc/Makefile.in
|
| +++ b/newlib-trunk/newlib/libc/Makefile.in
|
| @@ -160,7 +160,7 @@
|
| $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
|
| ETAGS = etags
|
| CTAGS = ctags
|
| -DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string signal \
|
| +DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string \
|
| time locale sys reent @extra_dir@ errno misc machine unix \
|
| posix syscalls iconv .
|
| ACLOCAL = @ACLOCAL@
|
| @@ -305,7 +305,6 @@
|
| top_srcdir = @top_srcdir@
|
| AUTOMAKE_OPTIONS = cygnus
|
| @HAVE_POSIX_DIR_TRUE@POSIX_SUBDIR = posix
|
| -@HAVE_SIGNAL_DIR_TRUE@SIGNAL_SUBDIR = signal
|
| @HAVE_SYSCALL_DIR_TRUE@SYSCALLS_SUBDIR = syscalls
|
| @HAVE_UNIX_DIR_TRUE@UNIX_SUBDIR = unix
|
| @HAVE_STDIO_DIR_TRUE@STDIO_SUBDIR = stdio
|
|
|