Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc:

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

Cosmetic changes


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

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


Index: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile
diff -u llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.1 
llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.2
--- llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.1       Thu Aug 31 
14:26:35 2006
+++ llvm-test/External/SPEC/CINT2006/403.gcc/Makefile   Fri Sep  1 20:30:39 2006
@@ -17,7 +17,9 @@
 endif
 
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS = cccp.i -o cccp.s
+  RUN_OPTIONS      = cccp.i -o cccp.s
+  STDOUT_FILENAME := cccp.s
 else
-  RUN_OPTIONS = integrate.i -o integrate.s
+  RUN_OPTIONS      = integrate.i -o integrate.s
+  STDOUT_FILENAME := integrate.s
 endif



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to