From 2bd1a4d639b0d2c795afaab81c9b8a7c585b9360 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Feb 1999 12:49:09 +0000 Subject: [PATCH] Add Makefile.dep to clean-list. git-svn-id: https://svn.dealii.org/trunk@877 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index e355293af9..7c0e62d179 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -4,7 +4,7 @@ all: lac clean: source-clean - rm -f *~ include/*~ include/*/*~ lib/lib* + rm -f *~ include/*~ include/*/*~ lib/lib* lib/Makefile.dep lac: cd source ; make -- 2.39.5