diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 01:05:13 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 01:05:13 +0000 |
commit | a3674ccd061deefb76665579854cb62b47e43d08 (patch) | |
tree | 84182df6bab689e2ed26251e5821f949a5cb4c71 /libstdc++-v3/Makefile.am | |
parent | 7873d7bc5345ff3b58560ec2ef931b0bb512d552 (diff) | |
download | gcc-a3674ccd061deefb76665579854cb62b47e43d08.tar.gz |
2002-10-01 Phil Edwards <pme@gcc.gnu.org>
* Makefile.am (check-abi): Add @ to rule.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/Makefile.am')
-rw-r--r-- | libstdc++-v3/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index c8c1df1d6ed..ef884fbff27 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -50,7 +50,7 @@ check-script-install: $(top_builddir)/mkcheck # 'check-abi' to test for changes against that file. baseline_file = @baseline_file@ check-abi: $(top_builddir)/testsuite/abi_check - -(cd testsuite; \ + -@(cd testsuite; \ ${top_srcdir}/config/abi/extract_symvers \ ../src/.libs/libstdc++.so \ ./current_symbols.txt && \ |