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:
parent
c35ba525fc
commit
a8b560b15d
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue