[llvm-commits] CVS: reopt/tools/mkexcl/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Aug 21 16:09:05 PDT 2003
Changes in directory reopt/tools/mkexcl:
Makefile updated: 1.2 -> 1.3
---
Log message:
LEVEL was wrong, preventing linking...
---
Diffs of the changes:
Index: reopt/tools/mkexcl/Makefile
diff -u reopt/tools/mkexcl/Makefile:1.2 reopt/tools/mkexcl/Makefile:1.3
--- reopt/tools/mkexcl/Makefile:1.2 Wed Apr 30 16:54:27 2003
+++ reopt/tools/mkexcl/Makefile Thu Aug 21 16:08:08 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../..
TOOLNAME = mkexcl
USEDLIBS = perfinst.a tracecache.a bininterface.a
TOOLLINKOPTS = -lelf
More information about the llvm-commits
mailing list