[llvm-commits] CVS: reopt/tools/mkexcl/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Dec 8 22:53:58 PST 2004
Changes in directory reopt/tools/mkexcl:
Makefile updated: 1.3 -> 1.4
---
Log message:
Trim USEDLIBS for mkexcl.
---
Diffs of the changes: (+1 -1)
Index: reopt/tools/mkexcl/Makefile
diff -u reopt/tools/mkexcl/Makefile:1.3 reopt/tools/mkexcl/Makefile:1.4
--- reopt/tools/mkexcl/Makefile:1.3 Thu Aug 21 16:08:08 2003
+++ reopt/tools/mkexcl/Makefile Thu Dec 9 00:53:46 2004
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = mkexcl
-USEDLIBS = perfinst.a tracecache.a bininterface.a
+USEDLIBS = perfinst.a
TOOLLINKOPTS = -lelf
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list