diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-30 22:41:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-30 22:41:22 +0000 |
commit | 84a1b88e5bc7b37193d94c18346437f139551ac3 (patch) | |
tree | c8a4d8546c4fe930293da3ea656258ad8ea014f4 | |
parent | 49bf862719c5ac24ddc9eafa35e51dd68904b1be (diff) | |
download | external_llvm-84a1b88e5bc7b37193d94c18346437f139551ac3.zip external_llvm-84a1b88e5bc7b37193d94c18346437f139551ac3.tar.gz external_llvm-84a1b88e5bc7b37193d94c18346437f139551ac3.tar.bz2 |
Fix verbose support bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 11f6531..7c85e10 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. |