[llvm-commits] CVS: llvm/tools/extract/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 21 22:41:02 PDT 2003


Changes in directory llvm/tools/extract:

Makefile updated: 1.3 -> 1.4

---
Log message:

New library needed


---
Diffs of the changes:  (+2 -2)

Index: llvm/tools/extract/Makefile
diff -u llvm/tools/extract/Makefile:1.3 llvm/tools/extract/Makefile:1.4
--- llvm/tools/extract/Makefile:1.3	Mon Oct 20 17:27:26 2003
+++ llvm/tools/extract/Makefile	Tue Oct 21 22:40:33 2003
@@ -9,7 +9,7 @@
 LEVEL = ../..
 
 TOOLNAME = extract
-USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
-           ipa.a vmcore support.a
+USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \
+           transformutils.a ipa.a vmcore support.a
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list