From: Chris Lattner Date: Mon, 30 Jun 2003 22:41:22 +0000 (+0000) Subject: Fix verbose support bug X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=84a1b88e5bc7b37193d94c18346437f139551ac3;p=oota-llvm.git Fix verbose support bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index 11f65319203..7c85e10c0b5 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.