summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/naming/camel/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/naming/camel/makefile')
-rw-r--r--tests/cxx/tree/naming/camel/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/cxx/tree/naming/camel/makefile b/tests/cxx/tree/naming/camel/makefile
index 0f9f812..3a27131 100644
--- a/tests/cxx/tree/naming/camel/makefile
+++ b/tests/cxx/tree/naming/camel/makefile
@@ -49,22 +49,17 @@ $(call include-dep,$(dep))
# Convenience alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(driver)
# Test.
#
-.PHONY: $(test)
-
$(test): driver := $(driver)
$(test): $(driver)
$(call message,test $$1,$$1,$(driver))
# Clean.
#
-.PHONY: $(clean)
-
$(clean): $(driver).o.clean \
$(addsuffix .cxx.clean,$(obj)) \
$(addsuffix .cxx.clean,$(dep)) \