From: wolf Date: Fri, 7 Feb 2003 16:40:45 +0000 (+0000) Subject: veryclean has been renamed to distclean in top-level Makefile, so X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769d42ee3ad627c535af737d2c952bcc0164c8aa;p=dealii-svn.git veryclean has been renamed to distclean in top-level Makefile, so mirror this change here. git-svn-id: https://svn.dealii.org/trunk@7071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index bbd86ea78e..a64b9301f0 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, the deal.II authors +# Copyright (C) 2001, 2002, 2003, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -130,7 +130,7 @@ run-tests: $(tests:%=%.OK) clean: -rm -f Makefile.depend *.$(OBJEXT) *.g.$(OBJEXT) *.output *~ -veryclean: clean +distclean: clean -rm -f *.exe *.testcase *.inp *.gpl *.eps *.gnuplot