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/hybrid/streaming/makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/cxx/hybrid/streaming/makefile') diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile index 05d5510..0c059c9 100644 --- a/examples/cxx/hybrid/streaming/makefile +++ b/examples/cxx/hybrid/streaming/makefile @@ -50,16 +50,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): @@ -81,8 +77,6 @@ $(dist-win): $(dist-common) # Clean. # -.PHONY: $(clean) - $(clean): $(driver).o.clean \ $(addsuffix .cxx.clean,$(obj)) \ $(addsuffix .cxx.clean,$(dep)) \ -- cgit v1.1