summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/built-in/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/built-in/makefile')
-rw-r--r--tests/cxx/tree/built-in/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/cxx/tree/built-in/makefile b/tests/cxx/tree/built-in/makefile
index 023d583..f2996ce 100644
--- a/tests/cxx/tree/built-in/makefile
+++ b/tests/cxx/tree/built-in/makefile
@@ -51,14 +51,11 @@ $(call include-dep,$(dep))
# Convenience alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(driver)
# Test.
#
-.PHONY: $(test)
-
# We need to cd to src_base in order to have the schema in the working
# directory.
#
@@ -71,8 +68,6 @@ $(src_base)/attributes.xml $(src_base)/inherited.xml
# Clean.
#
-.PHONY: $(clean)
-
$(clean): $(driver).o.clean \
$(addsuffix .cxx.clean,$(obj)) \
$(addsuffix .cxx.clean,$(dep)) \