From 2633f40350cdb1cf5db54b2fd48150fe6a259010 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 13 Dec 1999 17:44:48 +0000 Subject: [PATCH] Hide link command line. git-svn-id: https://svn.dealii.org/trunk@2058 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fe/Makefile b/tests/fe/Makefile index 0b5980ac2f..583b4a5b23 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -73,7 +73,7 @@ show_shapes-o-files = $(show_shapes-cc-files:.cc=.o) endif show_shapes: $(show_shapes-o-files) $(libraries) - $(CXX) $(flags) -o $@ $^ + @$(CXX) $(flags) -o $@ $^ ############################################################ @@ -86,7 +86,7 @@ show_transform-o-files = $(show_transform-cc-files:.cc=.o) endif show_transform: $(show_transform-o-files) $(libraries) - $(CXX) $(flags) -o $@ $^ + @$(CXX) $(flags) -o $@ $^ ############################################################ # Continue with other targets if needed -- 2.39.5