From ae5ab712d8caa1853978ef1ffa588f141cff71ac Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 11 Feb 2002 09:06:48 +0000 Subject: [PATCH] Remove inexistant .PHONY targets git-svn-id: https://svn.dealii.org/trunk@5487 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5