summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2011-01-05 17:18:16 +0000
committerJeff Johnston <jjohnstn@redhat.com>2011-01-05 17:18:16 +0000
commita8b560b15d57476953beff34a852582ae98436bc (patch)
tree0a865646b2f799b54760956b49150e3593ac0482
parentc35ba525fc0b113e789dace37b74806d41256c1d (diff)
downloadcygnal-a8b560b15d57476953beff34a852582ae98436bc.tar.gz
cygnal-a8b560b15d57476953beff34a852582ae98436bc.tar.bz2
cygnal-a8b560b15d57476953beff34a852582ae98436bc.zip
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/Makefile.am (SUBDEFS): Remove redundant posix/stmp-def. * libc/Makefile.in: Regenerate.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/Makefile.am3
-rw-r--r--newlib/libc/Makefile.in3
3 files changed, 7 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c0e31a556..3f559181e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
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.
* libc/configure: Regenerate.
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am
index 3505f1271..21a74fe78 100644
--- a/newlib/libc/Makefile.am
+++ b/newlib/libc/Makefile.am
@@ -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)
diff --git a/newlib/libc/Makefile.in b/newlib/libc/Makefile.in
index df714ea9b..5186b83e8 100644
--- a/newlib/libc/Makefile.in
+++ b/newlib/libc/Makefile.in
@@ -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 \