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

Bill Wendling isanbard at gmail.com
Thu Sep 21 11:14:59 PDT 2006



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

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

For some reason, I'd modified this to pick up the Makefile.FORTRAN at
"LEVEL" instead of "PROJ_SRC_ROOT".


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile
diff -u llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2 llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.3
--- llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2	Thu Sep 21 03:50:19 2006
+++ llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile	Thu Sep 21 13:14:45 2006
@@ -10,7 +10,7 @@
 FP_ABSTOLERANCE = 1.0e-16
 
 include ../../Makefile.spec2006
-include $(LEVEL)/Makefile.FORTRAN
+include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
 
 STDIN_FILENAME  := bwaves.in
 STDOUT_FILENAME := bwaves.out






More information about the llvm-commits mailing list