[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/mkexcl/Makefile
Joel Stanley
jstanley at cs.uiuc.edu
Wed Apr 30 16:48:04 PDT 2003
Changes in directory llvm/lib/Reoptimizer/Inst/mkexcl:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fixed makefile structure to reflect new directory hierarchy. Corrected build order.
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Inst/mkexcl/Makefile
diff -u llvm/lib/Reoptimizer/Inst/mkexcl/Makefile:1.1 llvm/lib/Reoptimizer/Inst/mkexcl/Makefile:1.2
--- llvm/lib/Reoptimizer/Inst/mkexcl/Makefile:1.1 Wed Apr 30 16:28:38 2003
+++ llvm/lib/Reoptimizer/Inst/mkexcl/Makefile Wed Apr 30 16:54:27 2003
@@ -1,6 +1,6 @@
LEVEL = ../../../..
TOOLNAME = mkexcl
-USEDLIBS = tracecache bininterface
+USEDLIBS = perfinst.a tracecache.a bininterface.a
TOOLLINKOPTS = -lelf
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list