From bee094e0853359f99d441d7d66f1753ba3c8d22d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 22 May 2001 09:52:43 +0000 Subject: [PATCH] Disable showing linker line again. git-svn-id: https://svn.dealii.org/trunk@4690 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 911e24033d..04c7b75ca0 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -35,7 +35,7 @@ endif @$(CXX) $(flags) -c $< -o $@ %.exe : @echo =====linking======= $@ - $(CXX) $(LDFLAGS) $(flags:-Kc++eh,) -o $@ $^ $(LIBS) + @$(CXX) $(LDFLAGS) $(flags:-Kc++eh,) -o $@ $^ $(LIBS) ############################################################ -- 2.39.5