From add0575628733ae1f1f373170be48bc31f6cce98 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2009 16:37:01 +0200 Subject: Get rid of unnecessary .PHONY declarations --- tests/cxx/parser/built-in/makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/cxx/parser/built-in/makefile') diff --git a/tests/cxx/parser/built-in/makefile b/tests/cxx/parser/built-in/makefile index c904c4c..8446efe 100644 --- a/tests/cxx/parser/built-in/makefile +++ b/tests/cxx/parser/built-in/makefile @@ -35,14 +35,11 @@ $(call include-dep,$(dep)) # Convenience alias for default target. # -.PHONY: $(out_base)/ $(out_base)/: $(driver) # Test. # -.PHONY: $(test) - $(test): driver := $(driver) ifeq ($(xsde_longlong),y) @@ -55,8 +52,6 @@ endif # Clean. # -.PHONY: $(clean) - $(clean): $(driver).o.clean \ $(addsuffix .cxx.clean,$(obj)) \ $(addsuffix .cxx.clean,$(dep)) \ -- cgit v1.1