[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Nov 29 07:56:51 PST 2004



Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2:

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/pcompress2/Makefile
diff -u llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.2 llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.2	Wed Sep  1 09:33:23 2004
+++ llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile	Mon Nov 29 09:56:35 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