[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Nov 5 13:56:32 PST 2004
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/distray:
Makefile updated: 1.2 -> 1.3
---
Log message:
Use an absolute pathname to the input file.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile
diff -u llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile:1.2 llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile:1.2 Wed Sep 1 09:33:23 2004
+++ llvm-test/MultiSource/Benchmarks/FreeBench/distray/Makefile Fri Nov 5 15:56:21 2004
@@ -4,9 +4,9 @@
CPPFLAGS = -DVERSION='"1.00"' -DCOMPDATE="\"today\"" -DCFLAGS='""' -DHOSTNAME="\"thishost\""
LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = ref.in
+RUN_OPTIONS = $(BUILD_SRC_DIR)/ref.in
else
-RUN_OPTIONS = test.in
+RUN_OPTIONS = $(BUILD_SRC_DIR)/test.in
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list