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

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 28 16:46:01 PDT 2003


Changes in directory llvm:

Makefile.common updated: 1.129 -> 1.130

---
Log message:

Start using `llvm-as' instead of `as'.


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.129 llvm/Makefile.common:1.130
--- llvm/Makefile.common:1.129	Wed Aug 27 13:26:44 2003
+++ llvm/Makefile.common	Thu Aug 28 16:45:08 2003
@@ -332,7 +332,7 @@
 # Some of the compiled LLVM tools which are used for compilation of runtime
 # libraries.
 #
-LLVMAS  := $(LLVMTOOLCURRENT)/as
+LLVMAS  := $(LLVMTOOLCURRENT)/llvm-as
 
 
 ###########################################################################





More information about the llvm-commits mailing list