diff options
author | Antony King <anthony.king@st.com> | 2006-11-22 14:42:32 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2006-11-22 14:42:32 +0000 |
commit | 302ece507d7f24d2b59c1abd4e37b0cc420e1c1c (patch) | |
tree | 4d197b023072279126aeb9c72df4044d5557a3db | |
parent | 36662eb11d2e4a91dfe6560ff15d916680ac5df0 (diff) | |
download | gcc-302ece507d7f24d2b59c1abd4e37b0cc420e1c1c.zip gcc-302ece507d7f24d2b59c1abd4e37b0cc420e1c1c.tar.gz gcc-302ece507d7f24d2b59c1abd4e37b0cc420e1c1c.tar.bz2 |
Makefile.am (stamp-host): Remove CCODECVT_H line.
2006-11-22 Antony King <anthony.king@st.com>
J"orn Rennecke <joern.rennecke@st.com>
* include/Makefile.am (stamp-host): Remove CCODECVT_H line.
* include/Makefile.in: Regenerate.
Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com>
From-SVN: r119091
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 3 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.in | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e8a4a3f..858b4de 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2006-11-22 Antony King <anthony.king@st.com> + J"orn Rennecke <joern.rennecke@st.com> + + * include/Makefile.am (stamp-host): Remove CCODECVT_H line. + * include/Makefile.in: Regenerate. + 2006-11-21 Benjamin Kosnik <bkoz@redhat.com> * include/ext/hashtable.h: -Wshadow fixes. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 9fbc81f..d260e8e 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 9f9c299..80b1ceb 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 |