From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 10:17:57 +0000 (+0000) Subject: Didn't work as written before. Don't know why, but this helps. X-Git-Tag: v8.0.0~18346 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e4359cb3e22866ee6c9fa5dcdc5ab51a105041;p=dealii.git 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 --- 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