From 7b39eee9c29a83aaa0ec02a1310b84b1f13ab7d5 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 11 Feb 2002 10:17:57 +0000 Subject: [PATCH] Didn't work as written before. Don't know why, but this helps. git-svn-id: https://svn.dealii.org/trunk@5495 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 15747e8cc3..9383f7c403 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -16,7 +16,7 @@ clean-objects: clean-base clean-lac clean-1d clean-2d clean-3d # clean targets for the individual subdirectories. # extract dir name from target -clean-%: +clean-base clean-lac clean-1d clean-2d clean-3d: -cd $(@:clean-%=%) ; rm *.o -- 2.39.5