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
This commit is contained in:
parent
36662eb11d
commit
302ece507d
3 changed files with 8 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue