[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/ks:
Makefile updated: 1.7 -> 1.8
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.7 llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.7 Fri Sep 12 11:02:39 2003
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile Wed Sep 1 09:33:26 2004
@@ -1,7 +1,7 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
PROG = ks
#OBJS = KS-1.o KS-2.o
RUN_OPTIONS += KL-4.in
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list