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 --- examples/cxx/parser/polymorphism/makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/cxx/parser/polymorphism/makefile') diff --git a/examples/cxx/parser/polymorphism/makefile b/examples/cxx/parser/polymorphism/makefile index 764d69d..4ebbff8 100644 --- a/examples/cxx/parser/polymorphism/makefile +++ b/examples/cxx/parser/polymorphism/makefile @@ -44,16 +44,12 @@ $(call include-dep,$(dep)) # Convenience alias for default target. # -.PHONY: $(out_base)/ $(out_base)/: $(driver) # Dist. # dist-common := $(out_base)/.dist-common - -.PHONY: $(dist) $(dist-win) $(dist-common) - $(dist) $(dist-win) $(dist-common): path := $(subst $(src_root)/,,$(src_base)) $(dist-common): @@ -75,8 +71,6 @@ $(dist-win): $(dist-common) # Clean. # -.PHONY: $(clean) - $(clean): $(driver).o.clean \ $(addsuffix .cxx.clean,$(obj)) \ $(addsuffix .cxx.clean,$(dep)) \ -- cgit v1.1