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
This commit is contained in:
John Criswell 2003-06-30 22:33:53 +00:00
parent dd899fafc4
commit 49bf862719

View File

@ -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