summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-30 22:41:22 +0000
committerChris Lattner <sabre@nondot.org>2003-06-30 22:41:22 +0000
commit84a1b88e5bc7b37193d94c18346437f139551ac3 (patch)
treec8a4d8546c4fe930293da3ea656258ad8ea014f4 /Makefile.config.in
parent49bf862719c5ac24ddc9eafa35e51dd68904b1be (diff)
downloadllvm-84a1b88e5bc7b37193d94c18346437f139551ac3.tar.gz
llvm-84a1b88e5bc7b37193d94c18346437f139551ac3.tar.bz2
llvm-84a1b88e5bc7b37193d94c18346437f139551ac3.tar.xz
Fix verbose support bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 11f6531920..7c85e10c0b 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -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.