From: wolf Date: Mon, 11 Feb 2002 09:06:48 +0000 (+0000) Subject: Remove inexistant .PHONY targets X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5ab712d8caa1853978ef1ffa588f141cff71ac;p=dealii-svn.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