From: Wolfgang Bangerth Date: Tue, 29 Jun 1999 18:07:04 +0000 (+0000) Subject: Revert the order in which to clean because this way X-Git-Tag: v8.0.0~21816 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ffb07d5960393ddf8bb81d777e144ab8099e587;p=dealii.git Revert the order in which to clean because this way forward-declarations.h was regenerated after cleaning. git-svn-id: https://svn.dealii.org/trunk@1505 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index fa58224016..00b4a1c077 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -4,7 +4,7 @@ all: deal.II examples -clean: lib-clean source-clean examples-clean +clean: source-clean examples-clean lib-clean deal.II: