summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/util.mk
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/make/util.mk')
-rw-r--r--compiler-rt/make/util.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/make/util.mk b/compiler-rt/make/util.mk
index 4c08fe4b7c6..4f65790845e 100644
--- a/compiler-rt/make/util.mk
+++ b/compiler-rt/make/util.mk
@@ -22,8 +22,8 @@ Append = $(eval $(1) += $(2))
###
# Debugging
-# General debugging rule, use 'make print-XXX' to print the
-# definition, value and origin of XXX.
-print-%:
+# General debugging rule, use 'make print-XXX' to print the definition, value
+# and origin of XXX.
+make-print-%:
$(error PRINT: $(value $*) = "$($*)" (from $(origin $*)))
OpenPOWER on IntegriCloud