From 769d42ee3ad627c535af737d2c952bcc0164c8aa Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 7 Feb 2003 16:40:45 +0000 Subject: [PATCH] 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 --- tests/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5