[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:33 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gs:
Makefile updated: 1.3 -> 1.4
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.3 llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.4
--- llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.3 Wed Sep 1 09:33:23 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/gs/Makefile Sat Jan 15 21:16:10 2005
@@ -31,6 +31,6 @@
#Source += gdevx.c
-RUN_OPTIONS = -DNODISPLAY $(BUILD_SRC_DIR)/INPUT/large.ps
+RUN_OPTIONS = -DNODISPLAY $(PROJ_SRC_DIR)/INPUT/large.ps
include ../../../Makefile.multisrc
More information about the llvm-commits
mailing list