[llvm-commits] CVS: llvm/tools/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Thu Aug 28 16:45:01 PDT 2003
Changes in directory llvm/tools:
Makefile updated: 1.19 -> 1.20
---
Log message:
Build llvm-as and llvm-dis as the upgrade path to renamed tools.
---
Diffs of the changes:
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.19 llvm/tools/Makefile:1.20
--- llvm/tools/Makefile:1.19 Wed May 14 16:31:31 2003
+++ llvm/tools/Makefile Thu Aug 28 16:43:51 2003
@@ -1,5 +1,6 @@
LEVEL := ..
-PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
+PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
+ analyze extract bugpoint
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list