[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:33 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/make:
Makefile updated: 1.4 -> 1.5
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile:1.4 llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile:1.4 Tue Sep 28 12:24:36 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/make/Makefile Sat Jan 15 21:16:10 2005
@@ -5,5 +5,5 @@
remake.c remote.c rule.c implicit.c default.c variable.c expand.c \
function.c vpath.c version.c arscan.c ar.c
-RUN_OPTIONS = -n -f $(BUILD_SRC_DIR)/INPUT/GNUmakefile.make USEROPT=BWGC VPATH=$(BUILD_SRC_DIR)
+RUN_OPTIONS = -n -f $(PROJ_SRC_DIR)/INPUT/GNUmakefile.make USEROPT=BWGC VPATH=$(PROJ_SRC_DIR)
include ../../../Makefile.multisrc
More information about the llvm-commits
mailing list