[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile output_large.smoothing.pgm

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 17:37:48 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan:

Makefile updated: 1.1 -> 1.2
output_large.smoothing.pgm (r1.1) removed
---
Log message:

Fix for src != dir.

---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile:1.1	Tue Jan  9 17:44:34 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile	Thu Mar 29 19:37:31 2007
@@ -2,5 +2,5 @@
 
 PROG     = automotive-susan
 LDFLAGS  = -lm
-RUN_OPTIONS = input_large.pgm output_large.smoothing.pgm -s
+RUN_OPTIONS = $(PROJ_SRC_DIR)/input_large.pgm Output/output_large.smoothing.pgm -s
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list