Fix verbose support bug

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-30 22:41:22 +00:00
parent 49bf862719
commit 84a1b88e5b

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.