Removed the LIBS environment variable as it interferes with the tests and
authorJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:33:53 +0000 (22:33 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:33:53 +0000 (22:33 +0000)
is currently unused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7022 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 81fd80d4f2feadd0197ca2c34af0a15669069668..11f65319203fec2ff9260a8797417b85091902d6 100644 (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