[llvm-commits] CVS: llvm/test/DSGraphs/llubenchmark/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Sun Nov 3 19:04:01 PST 2002
Changes in directory llvm/test/DSGraphs/llubenchmark:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fix spurious PROG entry.
---
Diffs of the changes:
Index: llvm/test/DSGraphs/llubenchmark/Makefile
diff -u llvm/test/DSGraphs/llubenchmark/Makefile:1.1 llvm/test/DSGraphs/llubenchmark/Makefile:1.2
--- llvm/test/DSGraphs/llubenchmark/Makefile:1.1 Sun Nov 3 06:38:19 2002
+++ llvm/test/DSGraphs/llubenchmark/Makefile Sun Nov 3 19:02:54 2002
@@ -3,7 +3,7 @@
##
LEVEL = ../../..
-PROG = llubenchmark.llvm.bc llubenchmark.llvm.lib.bc.KEEP
+PROG = llubenchmark.llvm.bc
PROGPATH = $(LEVEL)/test/Programs/SingleSource/Output/llubenchmark.llvm.bc
More information about the llvm-commits
mailing list