[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Nov 29 07:56:47 PST 2004
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/analyzer:
Makefile updated: 1.2 -> 1.3
---
Log message:
Input files are inside the source tree. Look for them there.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile
diff -u llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile:1.2 llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile:1.2 Wed Sep 1 09:33:23 2004
+++ llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/Makefile Mon Nov 29 09:56:32 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