[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Nov 5 13:24:13 PST 2004



Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/ks:

Makefile updated: 1.8 -> 1.9
---
Log message:

Tell ks that the input file is inside the test suite source tree, which is
not necessairly the current directory.


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

Index: llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.8 llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.9
--- llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile:1.8	Wed Sep  1 09:33:26 2004
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/ks/Makefile	Fri Nov  5 15:23:59 2004
@@ -1,7 +1,7 @@
 LEVEL = ../../../..
 PROG = ks
 #OBJS = KS-1.o KS-2.o
-RUN_OPTIONS += KL-4.in
+RUN_OPTIONS += $(BUILD_SRC_DIR)/KL-4.in
 
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list