[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

Bill Wendling isanbard at gmail.com
Wed Sep 6 13:41:45 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto:

Makefile updated: 1.1 -> 1.2
---
Log message:

Modified Makefiles to handle multiple directories.


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile
diff -u llvm-test/External/SPEC/CFP2006/465.tonto/Makefile:1.1 llvm-test/External/SPEC/CFP2006/465.tonto/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/465.tonto/Makefile:1.1	Fri Sep  1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/465.tonto/Makefile	Wed Sep  6 15:41:12 2006
@@ -14,10 +14,10 @@
 FPPFLAGS += -w -DUSE_PRE_AND_POST_CONDITIONS -DUSE_ERROR_MANAGEMENT \
             -m literal.pm -m tonto.pm
 
+STDIN_FILENAME := stdin
+
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS     := stdin
   STDOUT_FILENAME := test.out
 else
-  RUN_OPTIONS     := stdin
   STDOUT_FILENAME := train.out
 endif






More information about the llvm-commits mailing list