2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>

* libc/Makefile.am (SUBDEFS): Remove redundant posix/stmp-def.
        * libc/Makefile.in: Regenerate.
This commit is contained in:
Jeff Johnston 2011-01-05 17:18:16 +00:00
parent c35ba525fc
commit a8b560b15d
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/Makefile.am (SUBDEFS): Remove redundant posix/stmp-def.
* libc/Makefile.in: Regenerate.
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/configure.in: Remove redundant posix_dir processing.

View File

@ -140,8 +140,7 @@ SUBDEFS = \
locale/stmp-def \
reent/stmp-def \
$(LIBC_EXTRA_DEF) \
misc/stmp-def \
posix/stmp-def
misc/stmp-def
libc.info: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \
targetdep.tex $(SUBDEFS)

View File

@ -396,8 +396,7 @@ SUBDEFS = \
locale/stmp-def \
reent/stmp-def \
$(LIBC_EXTRA_DEF) \
misc/stmp-def \
posix/stmp-def
misc/stmp-def
info_TEXINFOS = libc.texinfo
libc_TEXINFOS = sigset.texi extra.texi posix.texi stdio64.texi iconvset.texi \