Skip to content

Commit b7f1db5

Browse files
committed
Merge branch 'fix_make_common' into devel
2 parents 330f5a6 + 0bf609b commit b7f1db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/utils/Make.common.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ libmesh_static := $(shell $(libmesh_LIBTOOL) --config | grep build_old_libs |
197197

198198

199199
echo_libmode:
200-
echo "libmesh_shared=$(libmesh_shared)"
201-
echo "libmesh_static=$(libmesh_static)"
200+
@echo "libmesh_shared=$(libmesh_shared)"
201+
@echo "libmesh_static=$(libmesh_static)"
202202

203203
# Local Variables:
204204
# mode: makefile

0 commit comments

Comments
 (0)