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

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



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

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

Use an absolute pathname to the input filename.


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

Index: llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.7 llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.7	Wed Sep  1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile	Fri Nov  5 15:47:55 2004
@@ -4,7 +4,7 @@
 
 PROG = anagram
 #OBJS = anagram.o
-RUN_OPTIONS = words 
+RUN_OPTIONS = $(BUILD_SRC_DIR)/words 
 STDIN_FILENAME = $(BUILD_SRC_DIR)/input.OUT
 
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list