[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile
Chris Lattner
sabre at nondot.org
Tue Jan 9 14:44:53 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
flatten directory hierarchy
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.1.1.1 llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile:1.1.1.1 Mon Jan 8 21:01:47 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile Tue Jan 9 16:44:02 2007
@@ -1,6 +1,6 @@
-LEVEL = ../../../../..
+LEVEL = ../../../..
-PROG = rijndael
+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
More information about the llvm-commits
mailing list