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 fe5b7bc5ef
commit 3b3c3f02cc
1 changed files with 2 additions and 2 deletions

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 $*)))