[llvm-commits] CVS: llvm/tools/analyze/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 12 11:34:03 PDT 2004
Changes in directory llvm/tools/analyze:
Makefile updated: 1.22 -> 1.23
---
Log message:
Wrap lines at 80 cols
---
Diffs of the changes: (+4 -3)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.22 llvm/tools/analyze/Makefile:1.23
--- llvm/tools/analyze/Makefile:1.22 Sun Aug 29 14:29:38 2004
+++ llvm/tools/analyze/Makefile Tue Oct 12 13:33:52 2004
@@ -8,9 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
- target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
+USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a \
+ transforms.a target.a scalaropts.a transformutils.a vmcore support \
+ LLVMsystem.a
+
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
-
More information about the llvm-commits
mailing list