[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 10:03:03 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32:

Makefile updated: 1.1 -> 1.2
---
Log message:

Fix for src != obj.

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

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


Index: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile:1.1	Tue Jan  9 18:01:14 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile	Thu Mar 29 12:02:46 2007
@@ -2,6 +2,6 @@
 
 PROG     = telecomm-CRC32
 LDFLAGS  = -lm
-RUN_OPTIONS = large.pcm
+RUN_OPTIONS = $(PROJ_SRC_DIR)/large.pcm
 
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list