From a3674ccd061deefb76665579854cb62b47e43d08 Mon Sep 17 00:00:00 2001 From: pme Date: Wed, 2 Oct 2002 01:05:13 +0000 Subject: 2002-10-01 Phil Edwards * 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 --- libstdc++-v3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/Makefile.am') 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 && \ -- cgit v1.2.1