From 49bf862719c5ac24ddc9eafa35e51dd68904b1be Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 30 Jun 2003 22:33:53 +0000 Subject: [PATCH] Removed the LIBS environment variable as it interferes with the tests and is currently unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7022 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.config.in b/Makefile.config.in index 81fd80d4f2f..11f65319203 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -29,7 +29,11 @@ CC := @CC@ CPPFLAGS=@DEFS@ CCFLAGS=@DEFS@ LDFLAGS=@LDFLAGS@ -LIBS=@LIBS@ + +# +# Removed since it prevents the tests from working properly. +# +#LIBS=@LIBS@ # # Libraries needed by tools -- 2.34.1