Fix verbose support bug

llvm-svn: 7023
This commit is contained in:
Chris Lattner 2003-06-30 22:41:22 +00:00
parent 45654a1cbe
commit 40c4f1357b
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ PAPIDIR := @PAPIDIR@
# It essentially prints the commands that make is executing
#
#VERBOSE = 1
@ENABLE_VERBOSE@
# When ENABLE_PURIFY is set to 1, the LLVM tools are linked with purify (which
# must be locally installed) to allow for some automated memory error debugging.