1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Rename my makefile debugging rule to prevent accidental collisions.

llvm-svn: 66294
This commit is contained in:
Daniel Dunbar 2009-03-06 22:23:25 +00:00
parent d9a5a0cf1f
commit 097458ffb9

View File

@ -1838,7 +1838,7 @@ printvars::
###
# Debugging
# General debugging rule, use 'make print-XXX' to print the
# General debugging rule, use 'make dbg-print-XXX' to print the
# definition, value and origin of XXX.
print-%:
make-print-%:
$(error PRINT: $(value $*) = "$($*)" (from $(origin $*)))