[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

Bill Wendling isanbard at gmail.com
Thu Sep 21 01:50:33 PDT 2006



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






More information about the llvm-commits mailing list