summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-30 22:33:53 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-30 22:33:53 +0000
commit49bf862719c5ac24ddc9eafa35e51dd68904b1be (patch)
tree0df2c0929946ed42dbcc3f0e918d5c6a92878325 /Makefile.config.in
parentdd899fafc446e7575d9251ecc2e86097f31ede6f (diff)
downloadllvm-49bf862719c5ac24ddc9eafa35e51dd68904b1be.tar.gz
llvm-49bf862719c5ac24ddc9eafa35e51dd68904b1be.tar.bz2
llvm-49bf862719c5ac24ddc9eafa35e51dd68904b1be.tar.xz
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
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 81fd80d4f2..11f6531920 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