From: Wolfgang Bangerth Date: Sun, 14 Feb 2010 05:55:22 +0000 (+0000) Subject: Do not remove .inp files, as we have two input files with this suffix. X-Git-Tag: v8.0.0~6440 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b38b376fba45bdb38d6b7f635dda267776cc46;p=dealii.git Do not remove .inp files, as we have two input files with this suffix. git-svn-id: https://svn.dealii.org/trunk@20621 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 1a169b3aee..80eec52eed 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -204,7 +204,7 @@ clean: */obj.g.$(OBJEXT) */output *~ distclean: clean - -rm -f */exe *.testcase *.inp *.gpl *.eps *.gnuplot + -rm -f */exe *.testcase *.gpl *.eps *.gnuplot show-tests: