From: Wolfgang Bangerth Date: Mon, 13 Dec 1999 17:44:48 +0000 (+0000) Subject: Hide link command line. X-Git-Tag: v8.0.0~21302 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0e0e236bc4ad1e8740b31065455ab7818ccac1;p=dealii.git Hide link command line. git-svn-id: https://svn.dealii.org/trunk@2058 0785d39b-7218-0410-832d-ea1e28bc413d --- 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