[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile output_large.dec
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 18:22:55 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael:
Makefile updated: 1.1 -> 1.2
output_large.dec (r1.1) removed
---
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/security-rijndael/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.1 Tue Jan 9 17:57:18 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile Thu Mar 29 20:22:38 2007
@@ -3,6 +3,6 @@
PROG = security-rijndael
LDFLAGS = -lm
#RUN_OPTIONS = input_large.asc output_large.enc e 1234567890abcdeffedcba09876543211234567890abcdeffedcba0987654321
-RUN_OPTIONS = output_large.enc output_large.dec d 1234567890abcdeffedcba09876543211234567890abcdeffedcba0987654321
+RUN_OPTIONS = $(PROJ_SRC_DIR)/output_large.enc Output/output_large.dec d 1234567890abcdeffedcba09876543211234567890abcdeffedcba0987654321
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list