[llvm-commits] CVS: llvm/Makefile.rules
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Sep 7 12:03:45 PDT 2004
Changes in directory llvm:
Makefile.rules updated: 1.193 -> 1.194
---
Log message:
Use libtool, not mklib (which somehow doesn't get generated anymore)
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.193 llvm/Makefile.rules:1.194
--- llvm/Makefile.rules:1.193 Sun Sep 5 11:39:01 2004
+++ llvm/Makefile.rules Tue Sep 7 14:03:35 2004
@@ -210,7 +210,7 @@
#
# Libtool is found in the current directory.
#
-LIBTOOL := $(LLVM_OBJ_ROOT)/mklib
+LIBTOOL := $(LLVM_OBJ_ROOT)/libtool
#
# If we're not building a shared library, use the disable-shared tag with
More information about the llvm-commits
mailing list