summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/validation/choice/makefile')
-rw-r--r--tests/cxx/parser/validation/choice/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/cxx/parser/validation/choice/makefile b/tests/cxx/parser/validation/choice/makefile
index d808ee2..ba8c89a 100644
--- a/tests/cxx/parser/validation/choice/makefile
+++ b/tests/cxx/parser/validation/choice/makefile
@@ -42,7 +42,6 @@ $(call include-dep,$(dep))
# Convenience alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(driver)
@@ -50,9 +49,7 @@ $(out_base)/: $(driver)
#
test_targets := $(addprefix $(out_base)/.test-,$(tests))
-.PHONY: $(test)
$(test): $(test_targets)
-
$(test_targets): driver := $(driver)
.PHONY: $(out_base)/.test-%
@@ -62,8 +59,6 @@ $(out_base)/.test-%: $(driver) $(src_base)/test.xsd $(src_base)/test-%.xml $(src
# Clean.
#
-.PHONY: $(clean)
-
$(clean): $(driver).o.clean \
$(addsuffix .cxx.clean,$(obj)) \
$(addsuffix .cxx.clean,$(dep)) \