[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Sun Sep 19 18:43:10 PDT 2004



Changes in directory llvm:

Makefile.rules updated: 1.195 -> 1.196
---
Log message:

libtool's name is now back to mklib.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.195 llvm/Makefile.rules:1.196
--- llvm/Makefile.rules:1.195	Thu Sep 16 09:11:25 2004
+++ llvm/Makefile.rules	Sun Sep 19 20:43:00 2004
@@ -210,7 +210,7 @@
 #
 # Libtool is found in the current directory.
 #
-LIBTOOL := $(LLVM_OBJ_ROOT)/libtool
+LIBTOOL := $(LLVM_OBJ_ROOT)/mklib
 
 #
 # If we're not building a shared library, use the disable-shared tag with






More information about the llvm-commits mailing list