From 84a1b88e5bc7b37193d94c18346437f139551ac3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Jun 2003 22:41:22 +0000 Subject: [PATCH] Fix verbose support bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 1 - 1 file changed, 1 deletion(-) 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. -- 2.34.1