From: John Criswell Date: Mon, 30 Jun 2003 22:33:53 +0000 (+0000) Subject: Removed the LIBS environment variable as it interferes with the tests and X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=49bf862719c5ac24ddc9eafa35e51dd68904b1be;p=oota-llvm.git 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 --- 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