Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves:

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

Needed the stdin/stdout filenames.


---
Diffs of the changes:  (+5 -1)

 Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile
diff -u llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.1 
llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.1     Fri Sep  1 
18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile Thu Sep 21 03:50:19 2006
@@ -10,4 +10,8 @@
 FP_ABSTOLERANCE = 1.0e-16
 
 include ../../Makefile.spec2006
-include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+include $(LEVEL)/Makefile.FORTRAN
+
+STDIN_FILENAME  := bwaves.in
+STDOUT_FILENAME := bwaves.out
+STDERR_FILENAME := bwaves.err



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

Reply via email to