From 18869da682cad7a79d6e02a371c70aaac136a21c Mon Sep 17 00:00:00 2001 From: Antony King Date: Thu, 23 Nov 2006 21:22:23 +0000 Subject: [PATCH] re PR libstdc++/29920 (include/Makefile.am still uses CCODECVT_H) 2006-11-22 Antony King J"orn Rennecke PR libstdc++/29920 * include/Makefile.am (stamp-host): Remove CCODECVT_H line. * include/Makefile.in: Regenerate. Co-Authored-By: J"orn Rennecke From-SVN: r119134 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/include/Makefile.am | 3 +-- libstdc++-v3/include/Makefile.in | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f645045f041f..6a77efc67a38 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2006-11-22 Antony King + J"orn Rennecke + + PR libstdc++/29920 + * include/Makefile.am (stamp-host): Remove CCODECVT_H line. + * include/Makefile.in: Regenerate. + 2006-11-21 Benjamin Kosnik * include/ext/hashtable.h: -Wshadow fixes. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 9fbc81fcdccf..d260e8ea96db 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -962,8 +962,7 @@ stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias} $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\ $(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\ $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\ - $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true ;\ - $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_H) codecvt_specializations.h || true);\ + $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true);\ fi ;\ $(STAMP) stamp-host diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 9f9c29912d40..80b1cebcb45d 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -1345,8 +1345,7 @@ stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias} $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\ $(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\ $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\ - $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true ;\ - $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_H) codecvt_specializations.h || true);\ + $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true);\ fi ;\ $(STAMP) stamp-host