[llvm-commits] CVS: llvm/tools/opt/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 19 11:00:01 PST 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.35 -> 1.36
---
Log message:
Remove extra target.a entry
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.35 llvm/tools/opt/Makefile:1.36
--- llvm/tools/opt/Makefile:1.35 Mon Nov 4 14:50:57 2002
+++ llvm/tools/opt/Makefile Tue Nov 19 10:59:41 2002
@@ -2,7 +2,7 @@
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc target.a mapping regalloc.a sched select codegen preopts \
+ sparc mapping regalloc.a sched select codegen preopts \
postopts.a \
livevar scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
More information about the llvm-commits
mailing list