[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/Fhourstones:
Makefile updated: 1.9 -> 1.10
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.9 llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.10
--- llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.9 Wed Sep 1 09:33:21 2004
+++ llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile Sat Jan 15 21:16:10 2005
@@ -6,6 +6,6 @@
#include $(LLVM_OBJ_ROOT)/Makefile.config
# Specify which file provides the contents of stdin for the test run
-STDIN_FILENAME = $(BUILD_SRC_DIR)/input
+STDIN_FILENAME = $(PROJ_SRC_DIR)/input
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list