From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 09:06:48 +0000 (+0000) Subject: Remove inexistant .PHONY targets X-Git-Tag: v8.0.0~18354 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c295e6347497fd115bf9f5862fa68b007d5608d0;p=dealii.git Remove inexistant .PHONY targets git-svn-id: https://svn.dealii.org/trunk@5487 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 98a35df828..4a69fe06fa 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -177,5 +177,5 @@ clean: ################### .PHONY: all deal.II TAGS -.PHONY: clean lib-clean source-clean -.PHONY: default 1d 2d 3d all clean +.PHONY: clean +.PHONY: default 1d 2d 3d all