[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/12-IOtest:
Makefile updated: 1.3 -> 1.4
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile:1.3 llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile:1.4
--- llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile:1.3 Fri Sep 12 11:02:15 2003
+++ llvm-test/MultiSource/Benchmarks/McCat/12-IOtest/Makefile Wed Sep 1 09:33:25 2004
@@ -1,6 +1,6 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
PROG = iotest
#LDFLAGS = -lm
#RUN_OPTIONS += trie.in1
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list