From: wolf Date: Mon, 11 Feb 2002 11:50:34 +0000 (+0000) Subject: Remove printing of output again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2a79da85649e49ce27e19b15e18f555a645bf5;p=dealii-svn.git Remove printing of output again. git-svn-id: https://svn.dealii.org/trunk@5499 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 2b0ac4d961..730e20862e 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -58,7 +58,7 @@ clean: #note that we take care if there are no f-files Makefile.dep: $(f-files) Makefile @echo ============================ Remaking Makefile - (if test "x$(f-files)" != "x" ; then \ + @(if test "x$(f-files)" != "x" ; then \ for i in source/*.f ; do \ echo $$i | perl -pi -e 's#source/(.*)\.f#\$$(LIBDIR)/contrib/hsl/\1.o:source/\1.f#;' ;\ done ; \