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

John Criswell criswell at choi.cs.uiuc.edu
Fri Jun 27 16:45:01 PDT 2003


Changes in directory llvm:

Makefile.config.in updated: 1.1.2.2 -> 1.1.2.3

---
Log message:

Commented out LIBS since it we don't currently use it and it causes the
tests to break.


---
Diffs of the changes:

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.1.2.2 llvm/Makefile.config.in:1.1.2.3
--- llvm/Makefile.config.in:1.1.2.2	Tue Jun 24 16:19:14 2003
+++ llvm/Makefile.config.in	Fri Jun 27 16:44:42 2003
@@ -29,7 +29,7 @@
 CPPFLAGS=@DEFS@
 CCFLAGS=@DEFS@
 LDFLAGS=@LDFLAGS@
-LIBS=@LIBS@
+#LIBS=@LIBS@
 
 #
 # Libraries needed by tools





More information about the llvm-commits mailing list