[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Sep 12 11:09:41 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval:

Makefile updated: 1.2 -> 1.3

---
Log message:

Initial checkin of re-organized MultiSource tree.



---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile:1.2 llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile:1.3
--- llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile:1.2	Thu May  8 23:11:47 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile	Fri Sep 12 11:02:34 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 PROG       = optimizer-eval
 CPPFLAGS   = 
 LDFLAGS    = -lm
@@ -6,4 +6,4 @@
 # This program is a timing related test
 PROGRAM_IS_NONDETERMINISTIC = 1
 
-include	../Makefile.multisrc
+include	../../Makefile.multisrc





More information about the llvm-commits mailing list