aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/string/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/string/makefile')
-rw-r--r--tests/cxx/string/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/cxx/string/makefile b/tests/cxx/string/makefile
index 19cacef..2ae888e 100644
--- a/tests/cxx/string/makefile
+++ b/tests/cxx/string/makefile
@@ -28,22 +28,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))