[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile
Bill Wendling
isanbard at gmail.com
Wed Sep 6 13:41:43 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm:
Makefile updated: 1.1 -> 1.2
---
Log message:
Modified Makefiles to handle multiple directories.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile
diff -u llvm-test/External/SPEC/CFP2006/470.lbm/Makefile:1.1 llvm-test/External/SPEC/CFP2006/470.lbm/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/470.lbm/Makefile:1.1 Fri Sep 1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/470.lbm/Makefile Wed Sep 6 15:41:12 2006
@@ -10,5 +10,5 @@
include ../../Makefile.spec2006
-RUN_OPTIONS := `cat $(REF_IN_DIR)lbm.in`
+RUN_OPTIONS = `cat $(REF_IN_DIR)lbm.in`
STDOUT_FILENAME := lbm.out
More information about the llvm-commits
mailing list