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

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



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

Makefile updated: 1.4 -> 1.5
---
Log message:

Specify the absolute path to the input filename, as it may not always be
in the current directory.


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

Index: llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile:1.4	Wed Sep  1 09:33:26 2004
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile	Fri Nov  5 15:27:46 2004
@@ -1,7 +1,7 @@
 LEVEL = ../../../..
 PROG = yacr2
 CPPFLAGS = -DTODD
-RUN_OPTIONS += input2.in
+RUN_OPTIONS += $(BUILD_SRC_DIR)/input2.in
 
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list