OSDN Git Service

2003-08-26 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2003 00:38:28 +0000 (00:38 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2003 00:38:28 +0000 (00:38 +0000)
commit4591e20f03e57b651cf3dac127909f747b4a92c7
treedd98bcfa8b7c51e66c2927eed518cb1f935b1dc0
parent7acd3d7d5190a8d527753e0c5727c9faec36a842
2003-08-26  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.am:  Add comment.
* acinclude.m4 (GLIBCXX_CONFIGURE):  Set new glibcxx_SUBDIRS and
SUBDIRS variables.
* configure.ac:  Use them both here, instead of hardcoded lists.

* fragment.am:  Add STAMP varaible.
* include/Makefile.am:  Cosmetic whitespace cleanup.  Use $(LN_S)
instead of @LN_S@.
(stamp-*):  Move file creation rule outside of 'if' branches to
ensure the stamp-* files are actually updated.  Use $(STAMP).
* src/Makefile.am:  Remove now-nonexistant variable.
* libsupc++/Makefile.am:  Likewise.  Snap the assignment chain
for -prefer-pic.
* po/Makefile.am:  Include same fragment as all the others.

* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in:  Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70836 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/fragment.am
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/po/Makefile.am
libstdc++-v3/po/Makefile.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.in