[llvm-commits] CVS: llvm/Makefile.config.in

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 30 17:35:01 PDT 2003


Changes in directory llvm:

Makefile.config.in updated: 1.2 -> 1.3

---
Log message:

Removed the LIBS environment variable as it interferes with the tests and
is currently unused.


---
Diffs of the changes:

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.2 llvm/Makefile.config.in:1.3
--- llvm/Makefile.config.in:1.2	Mon Jun 30 16:58:13 2003
+++ llvm/Makefile.config.in	Mon Jun 30 17:33:53 2003
@@ -29,7 +29,11 @@
 CPPFLAGS=@DEFS@
 CCFLAGS=@DEFS@
 LDFLAGS=@LDFLAGS@
-LIBS=@LIBS@
+
+#
+# Removed since it prevents the tests from working properly.
+#
+#LIBS=@LIBS@
 
 #
 # Libraries needed by tools





More information about the llvm-commits mailing list