From: hartmann Date: Fri, 30 Sep 2005 07:42:43 +0000 (+0000) Subject: Make clean should not abort even if there is not .links file to be removed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bee65f5510b0de719fca443a8b7cf010f5229c0;p=dealii-svn.git Make clean should not abort even if there is not .links file to be removed. git-svn-id: https://svn.dealii.org/trunk@11559 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/results/Makefile b/tests/results/Makefile index 0cc2652a59..ff26940c95 100644 --- a/tests/results/Makefile +++ b/tests/results/Makefile @@ -78,7 +78,7 @@ clean: done ; \ fi ; \ done - @rm .links + @rm -f .links .PHONY: clean