[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 12 11:36:07 PDT 2004
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.6 -> 1.7
---
Log message:
Wrap lines at 80 cols
---
Diffs of the changes: (+2 -2)
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.6 llvm/tools/bugpoint/Makefile:1.7
--- llvm/tools/bugpoint/Makefile:1.6 Sun Aug 29 14:29:38 2004
+++ llvm/tools/bugpoint/Makefile Tue Oct 12 13:35:57 2004
@@ -13,8 +13,8 @@
OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
- transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a
+USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
+ asmparser bcreader bcwriter vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list